From ba50e6fa6dadb80fdb12b7fc2be35a67b6867ec7 Mon Sep 17 00:00:00 2001 From: bapt 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 --- news/lusernet/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'news') diff --git a/news/lusernet/Makefile b/news/lusernet/Makefile index 1fb766d48c36..1a5aa39de137 100644 --- a/news/lusernet/Makefile +++ b/news/lusernet/Makefile @@ -13,12 +13,8 @@ COMMENT= GNUstep news reader LICENSE= GPLv2 -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes -USE_GNUSTEP_LOCAL_LIBS+= Pantomime:${PANTOMIME_PORT} - -PANTOMIME_PORT?= mail/pantomime +USES= gnustep +USE_GNUSTEP= back build +LIB_DEPENDS= libPantomime.so:${PORTSDIR}/mail/pantomime .include -- cgit