From 06f79b66f2eb028c4ab81977dcb1e010ef9cf946 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 9 Apr 2015 07:44:41 +0000 Subject: Convert bsd.gnustep.mk to USES=gnustep Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences --- deskutils/appwrapper/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'deskutils/appwrapper') diff --git a/deskutils/appwrapper/Makefile b/deskutils/appwrapper/Makefile index b999ce5fc31c..43df7f14e63c 100644 --- a/deskutils/appwrapper/Makefile +++ b/deskutils/appwrapper/Makefile @@ -12,10 +12,8 @@ COMMENT= GNUstep application wrapper LICENSE= GPLv2 -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes +USES= gnustep +USE_GNUSTEP= back build WRKSRC= ${WRKDIR}/AppWrapper -- cgit v1.2.3