aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2013-12-28 12:33:29 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2013-12-28 12:33:29 +0000
commit9bc4061dffbcf700bb04ac3f1423977a5176be19 (patch)
tree77b7c4b4dcdd7ecda0f8cfd6fc91295ce28a9031 /astro
parentf38a56e86de2294611135e81ee07e454b91d4ff7 (diff)
downloadports-9bc4061dffbcf700bb04ac3f1423977a5176be19.tar.gz
ports-9bc4061dffbcf700bb04ac3f1423977a5176be19.zip
Fix dependency on x11-toolkits/gtkglext.
Notes
Notes: svn path=/head/; revision=337872
Diffstat (limited to 'astro')
-rw-r--r--astro/celestia/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile
index c973cc0d5c3f..ad6c3523b7a5 100644
--- a/astro/celestia/Makefile
+++ b/astro/celestia/Makefile
@@ -59,8 +59,8 @@ IGNORE= requires one of the <${UI_LIST}> values for CELESTIA_UI
.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