diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 07:44:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 07:44:41 +0000 |
commit | 06f79b66f2eb028c4ab81977dcb1e010ef9cf946 (patch) | |
tree | b7aed86ac84412d11603ce23b7893d46f0d7475b /deskutils/gnustep-wrapper/Makefile | |
parent | 5c3f57fd49a53ee36e7a7bc6263e4dd1fd331c27 (diff) |
Notes
Diffstat (limited to 'deskutils/gnustep-wrapper/Makefile')
-rw-r--r-- | deskutils/gnustep-wrapper/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/deskutils/gnustep-wrapper/Makefile b/deskutils/gnustep-wrapper/Makefile index 0db55afa28bb..7a087275ca91 100644 --- a/deskutils/gnustep-wrapper/Makefile +++ b/deskutils/gnustep-wrapper/Makefile @@ -15,11 +15,9 @@ COMMENT= Create GNUstep app-wrappers of non-GNUstep applications LICENSE= GPLv2 -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes -USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} +USES= gnustep +USE_GNUSTEP= back build +USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} ADDITIONAL_LIB_DIRS+= -L${WRKSRC}/libGSWrapper/obj MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM |