diff options
-rw-r--r-- | games/oolite/Makefile | 2 | ||||
-rw-r--r-- | misc/gnustep-examples/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/games/oolite/Makefile b/games/oolite/Makefile index f62abd1c8e31..dcf8d2fa775c 100644 --- a/games/oolite/Makefile +++ b/games/oolite/Makefile @@ -12,6 +12,8 @@ DIST_SUBDIR= oolite MAINTAINER= avg@icyb.net.ua COMMENT= Trade and combat space simulator, clone of Elite +BROKEN= Not converted to USES=gnustep + LICENSE= CCBYNCSAv3 GPLv2 ZLIB LICENSE_COMB= multi LICENSE_NAME_CCBYNCSAv3= Creative Commons Attribution-NonCommercial-ShareAlike License version 3.0 diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile index 2eda33ae4cd7..3ea48ccd58ea 100644 --- a/misc/gnustep-examples/Makefile +++ b/misc/gnustep-examples/Makefile @@ -10,6 +10,8 @@ MASTER_SITE_SUBDIR= usr-apps MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep example applications +BROKEN= Not converted to USES=gnustep + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes |