aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-04-10 15:26:43 +0800
committerbapt <bapt@FreeBSD.org>2015-04-10 15:26:43 +0800
commitd4054f88171a6bdb29d25adaceaf40bf785f3eb1 (patch)
treea4318f0b2cddfb658d5e756697c3b6b63da4c8cf
parent6de684641281cf922bdf863187788520907346da (diff)
downloadfreebsd-ports-gnome-d4054f88171a6bdb29d25adaceaf40bf785f3eb1.tar.gz
freebsd-ports-gnome-d4054f88171a6bdb29d25adaceaf40bf785f3eb1.tar.zst
freebsd-ports-gnome-d4054f88171a6bdb29d25adaceaf40bf785f3eb1.zip
Convert to USES=gnustep
-rw-r--r--graphics/graphos/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/graphos/Makefile b/graphics/graphos/Makefile
index 42cfeeb388c1..be41bc0c3eba 100644
--- a/graphics/graphos/Makefile
+++ b/graphics/graphos/Makefile
@@ -13,10 +13,8 @@ COMMENT= Vector drawing application centered around bezier paths
LICENSE= GPLv2
-USE_GNUSTEP= yes
-USE_GNUSTEP_BACK= yes
-USE_GNUSTEP_BUILD= yes
-USE_GNUSTEP_INSTALL= yes
-USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
+USES= gnustep
+USE_GNUSTEP= back build
+USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
.include <bsd.port.mk>