diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 20:08:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 20:08:03 +0000 |
commit | 96be616a9489b076fd427947e8a3a60880df239f (patch) | |
tree | c0b85702696ea6eb3491cac96b0047d5b9cc7755 | |
parent | BROKEN: Install fails (diff) |
BROKEN: Incomplete pkg-plist
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=131976
-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} |