From d4054f88171a6bdb29d25adaceaf40bf785f3eb1 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 10 Apr 2015 07:26:43 +0000 Subject: Convert to USES=gnustep --- graphics/graphos/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'graphics') 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 -- cgit