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 /graphics/laternamagica/Makefile | |
parent | 5c3f57fd49a53ee36e7a7bc6263e4dd1fd331c27 (diff) | |
download | ports-06f79b66f2eb028c4ab81977dcb1e010ef9cf946.tar.gz ports-06f79b66f2eb028c4ab81977dcb1e010ef9cf946.zip |
Notes
Diffstat (limited to 'graphics/laternamagica/Makefile')
-rw-r--r-- | graphics/laternamagica/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/laternamagica/Makefile b/graphics/laternamagica/Makefile index 565b20a8e7c5..76aa28357559 100644 --- a/graphics/laternamagica/Makefile +++ b/graphics/laternamagica/Makefile @@ -12,10 +12,8 @@ COMMENT= Image viewer and slideshow application LICENSE= GPLv2 # or later -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes +USES= gnustep +USE_GNUSTEP= back build post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/LaternaMagica.app/LaternaMagica |