svn commit: r337872 - in head: astro/celestia print/pdfcube x11-toolkits/hs-gtkglext
Tijl Coosemans
tijl at FreeBSD.org
Sat Dec 28 12:33:31 UTC 2013
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 at 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 at 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
More information about the svn-ports-all
mailing list