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-notebook | |
parent | 5c3f57fd49a53ee36e7a7bc6263e4dd1fd331c27 (diff) | |
download | ports-06f79b66f2eb028c4ab81977dcb1e010ef9cf946.tar.gz ports-06f79b66f2eb028c4ab81977dcb1e010ef9cf946.zip |
Notes
Diffstat (limited to 'deskutils/gnustep-notebook')
-rw-r--r-- | deskutils/gnustep-notebook/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/gnustep-notebook/Makefile b/deskutils/gnustep-notebook/Makefile index dc0ae3caa222..1198c082b796 100644 --- a/deskutils/gnustep-notebook/Makefile +++ b/deskutils/gnustep-notebook/Makefile @@ -14,10 +14,7 @@ COMMENT= Place to store notes in an organized manner LICENSE= GPLv2 -BROKEN= Unfetchable -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes +USES= gnustep +USE_GNUSTEP= back build .include <bsd.port.mk> |