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 /science/paje | |
parent | 5c3f57fd49a53ee36e7a7bc6263e4dd1fd331c27 (diff) |
Notes
Diffstat (limited to 'science/paje')
-rw-r--r-- | science/paje/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/science/paje/Makefile b/science/paje/Makefile index 07bb0fccf29c..44feb9fe5889 100644 --- a/science/paje/Makefile +++ b/science/paje/Makefile @@ -14,10 +14,8 @@ COMMENT= Generic visualization tool for GNUstep (Gantt chart and more) LICENSE= LGPL21 -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes +USES= gnustep +USE_GNUSTEP= back build WRKSRC= ${WRKDIR}/${DISTNAME} MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT} |