diff options
-rw-r--r-- | games/nethack33-gnome/Makefile | 2 | ||||
-rw-r--r-- | www/mod_auth_pwcheck/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/games/nethack33-gnome/Makefile b/games/nethack33-gnome/Makefile index 67444873e010..5cdd175c2459 100644 --- a/games/nethack33-gnome/Makefile +++ b/games/nethack33-gnome/Makefile @@ -11,4 +11,6 @@ MAINTAINER= Jan.Stocker@t-online.de PKGNAMESUFFIX= -gnome +BROKEN= Incomplete pkg-plist + .include "${MASTERDIR}/Makefile" diff --git a/www/mod_auth_pwcheck/Makefile b/www/mod_auth_pwcheck/Makefile index 6e05e1a0f9b6..03cb3b030c01 100644 --- a/www/mod_auth_pwcheck/Makefile +++ b/www/mod_auth_pwcheck/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/${APACHE_PORT} \ ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl +BROKEN= Incomplete pkg-plist + WRKSRC= ${WRKDIR}/${PORTNAME} APACHE_PORT?= ${AP_CATEGORY}/${AP_PORT} |