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 /devel/highlighterkit | |
parent | 5c3f57fd49a53ee36e7a7bc6263e4dd1fd331c27 (diff) |
Notes
Diffstat (limited to 'devel/highlighterkit')
-rw-r--r-- | devel/highlighterkit/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/highlighterkit/Makefile b/devel/highlighterkit/Makefile index c759aac00f1a..8c962df9e1f7 100644 --- a/devel/highlighterkit/Makefile +++ b/devel/highlighterkit/Makefile @@ -10,11 +10,8 @@ DISTNAME= HighlighterKit-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Framework needed by Project Manager -USES= tar:bzip2 -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes -USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} +USES= tar:bzip2 gnustep +USE_GNUSTEP= back build +USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} .include <bsd.port.mk> |