Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2013 12:33:30 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337872 - in head: astro/celestia print/pdfcube x11-toolkits/hs-gtkglext
Message-ID:  <201312281233.rBSCXUR5083914@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Dec 28 12:33:29 2013
New Revision: 337872
URL: http://svnweb.freebsd.org/changeset/ports/337872

Log:
  Fix dependency on x11-toolkits/gtkglext.

Modified:
  head/astro/celestia/Makefile
  head/print/pdfcube/Makefile   (contents, props changed)
  head/x11-toolkits/hs-gtkglext/Makefile   (contents, props changed)

Modified: head/astro/celestia/Makefile
==============================================================================
--- head/astro/celestia/Makefile	Sat Dec 28 12:22:27 2013	(r337871)
+++ head/astro/celestia/Makefile	Sat Dec 28 12:33:29 2013	(r337872)
@@ -59,8 +59,8 @@ IGNORE=		requires one of the <${UI_LIST}
 
 .if ${CELESTIA_UI} == "gtk" || ${CELESTIA_UI} == "gnome"
 USE_GNOME+=	gnomehack
-LIB_DEPENDS+=	libgtkglext-x11-1.so:${PORTSDIR}/x11-toolkits/gtkglext \
-		theora:${PORTSDIR}/multimedia/libtheora
+LIB_DEPENDS+=	libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext \
+		libtheora.so:${PORTSDIR}/multimedia/libtheora
 STARTUP_NOTIFY=	true
 PLIST_FILES+=	share/celestia/celestia-logo.png share/celestia/celestiaui.xml
 .else

Modified: head/print/pdfcube/Makefile
==============================================================================
--- head/print/pdfcube/Makefile	Sat Dec 28 12:22:27 2013	(r337871)
+++ head/print/pdfcube/Makefile	Sat Dec 28 12:33:29 2013	(r337872)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://code.100allora.it/r
 MAINTAINER=	lwhsu@FreeBSD.org
 COMMENT=	An OpenGL presentation viewer on a spinning cube
 
-LIB_DEPENDS=	libgtkglext.so:${PORTSDIR}/x11-toolkits/gtkglext \
+LIB_DEPENDS=	libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext \
 		libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \
 		libboost_program_options.so:${PORTSDIR}/devel/boost-libs
 

Modified: head/x11-toolkits/hs-gtkglext/Makefile
==============================================================================
--- head/x11-toolkits/hs-gtkglext/Makefile	Sat Dec 28 12:22:27 2013	(r337871)
+++ head/x11-toolkits/hs-gtkglext/Makefile	Sat Dec 28 12:33:29 2013	(r337872)
@@ -8,7 +8,7 @@ CATEGORIES=	x11-toolkits haskell
 MAINTAINER=	haskell@FreeBSD.org
 COMMENT=	Binding to the GTK+ OpenGL Extension
 
-LIB_DEPENDS=	gtkglext:${PORTSDIR}/x11-toolkits/gtkglext
+LIB_DEPENDS=	libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext
 
 LICENSE=	LGPL21
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312281233.rBSCXUR5083914>