diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-12-28 12:33:29 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-12-28 12:33:29 +0000 |
commit | 9bc4061dffbcf700bb04ac3f1423977a5176be19 (patch) | |
tree | 77b7c4b4dcdd7ecda0f8cfd6fc91295ce28a9031 /astro | |
parent | f38a56e86de2294611135e81ee07e454b91d4ff7 (diff) | |
download | ports-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/Makefile | 4 |
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 |