diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-04 04:18:05 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-04 04:18:05 +0800 |
commit | f8473fc44d4a0389299091429f5719e7e96f12ce (patch) | |
tree | a6ff6b0c9f83cec367f6f3926f2bec01d392095c /astro/osmium | |
parent | 67b8d601c828770bce4f61e4b6a64a2bbb1e95e6 (diff) | |
download | freebsd-ports-gnome-f8473fc44d4a0389299091429f5719e7e96f12ce.tar.gz freebsd-ports-gnome-f8473fc44d4a0389299091429f5719e7e96f12ce.tar.zst freebsd-ports-gnome-f8473fc44d4a0389299091429f5719e7e96f12ce.zip |
Reduce unecessary bsd.port.options.mk inclusion.
Diffstat (limited to 'astro/osmium')
-rw-r--r-- | astro/osmium/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/astro/osmium/Makefile b/astro/osmium/Makefile index 1a692d4a8a7d..c2dc998b2b0f 100644 --- a/astro/osmium/Makefile +++ b/astro/osmium/Makefile @@ -35,14 +35,11 @@ OPTIONS_DEFINE= JAVASCRIPT DOXYGEN DOCS OPTIONS_DEFAULT=JAVASCRIPT JAVASCRIPT_DESC=Enable javascript support +JAVASCRIPT_LIB_DEPENDS= libv8.so:${PORTSDIR}/lang/v8 \ + libshp.so:${PORTSDIR}/devel/shapelib \ + libicuuc.so:${PORTSDIR}/devel/icu .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MJAVASCRIPT} -LIB_DEPENDS+= libv8.so:${PORTSDIR}/lang/v8 \ - libshp.so:${PORTSDIR}/devel/shapelib \ - libicuuc.so:${PORTSDIR}/devel/icu -.endif - .if ${PORT_OPTIONS:MDOXYGEN} && ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen .endif |