diff options
author | bapt <bapt@FreeBSD.org> | 2015-04-10 15:33:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-04-10 15:33:49 +0800 |
commit | 0ba63418f6262306c6a446a16cae56eece69ee39 (patch) | |
tree | 6c465fc7a79d2c5201c77e7fb2e7ef355c173c38 /science | |
parent | d86d9f6576c05364ab1dd40fc2ec62a4c64ec0d2 (diff) | |
download | freebsd-ports-gnome-0ba63418f6262306c6a446a16cae56eece69ee39.tar.gz freebsd-ports-gnome-0ba63418f6262306c6a446a16cae56eece69ee39.tar.zst freebsd-ports-gnome-0ba63418f6262306c6a446a16cae56eece69ee39.zip |
Convert to USES=gnustep
Diffstat (limited to 'science')
-rw-r--r-- | science/fisicalab/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/science/fisicalab/Makefile b/science/fisicalab/Makefile index 2889462b70fc..80269f686efc 100644 --- a/science/fisicalab/Makefile +++ b/science/fisicalab/Makefile @@ -14,10 +14,8 @@ LICENSE= GPLv3 LIB_DEPENDS+= libgsl.so:${PORTSDIR}/math/gsl -USE_GNUSTEP_CONFIGURE= yes -USE_GNUSTEP= yes -USE_GNUSTEP_GUI= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes +USES= gnustep +GNU_CONFIGURE= yes +USE_GNUSTEP= build gui .include <bsd.port.mk> |