diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 03:37:32 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 03:37:32 +0800 |
commit | a3d317292b6d96841e7ede6d34a477fc5c98f8e8 (patch) | |
tree | 8adaa676e8602f48eac57c238648f8ffaf5d50c0 /www | |
parent | c5112c041a44f2aaf6d4e9005dbb124fe419295b (diff) | |
download | freebsd-ports-gnome-a3d317292b6d96841e7ede6d34a477fc5c98f8e8.tar.gz freebsd-ports-gnome-a3d317292b6d96841e7ede6d34a477fc5c98f8e8.tar.zst freebsd-ports-gnome-a3d317292b6d96841e7ede6d34a477fc5c98f8e8.zip |
BROKEN: Incorrect pkg-plist
Approved by: portmgr (self)
Diffstat (limited to 'www')
-rw-r--r-- | www/bricolage/Makefile | 2 | ||||
-rw-r--r-- | www/linux-mozillafirebird/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/www/bricolage/Makefile b/www/bricolage/Makefile index 947aa6453fe8..45903dc51b87 100644 --- a/www/bricolage/Makefile +++ b/www/bricolage/Makefile @@ -46,6 +46,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ ${BUILD_DEPENDS} +BROKEN= Incorrect pkg-plist + APXS?= ${LOCALBASE}/sbin/apxs MAKE_ENV+= INSTALL_VERBOSITY="QUIET" diff --git a/www/linux-mozillafirebird/Makefile b/www/linux-mozillafirebird/Makefile index 733dfe8309cd..9f3ac0063f83 100644 --- a/www/linux-mozillafirebird/Makefile +++ b/www/linux-mozillafirebird/Makefile @@ -20,6 +20,8 @@ COMMENT?= Web browser branched from Mozilla RUN_DEPENDS?= \ ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk +BROKEN= Incorrect pkg-plist + NO_BUILD= yes NO_FILTER_SHLIBS=yes ONLY_FOR_ARCHS= i386 |