aboutsummaryrefslogtreecommitdiff
path: root/science/fisicalab
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-04-10 07:33:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-04-10 07:33:49 +0000
commitd2cf0772d1886a64d93f8e5a367f205344c07aa6 (patch)
tree6c465fc7a79d2c5201c77e7fb2e7ef355c173c38 /science/fisicalab
parent955f763d09ad9b641518e2161c08d4f01ba6d7c6 (diff)
downloadports-d2cf0772d1886a64d93f8e5a367f205344c07aa6.tar.gz
ports-d2cf0772d1886a64d93f8e5a367f205344c07aa6.zip
Convert to USES=gnustep
Notes
Notes: svn path=/head/; revision=383704
Diffstat (limited to 'science/fisicalab')
-rw-r--r--science/fisicalab/Makefile8
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>