diff options
author | kris <kris@FreeBSD.org> | 2002-09-19 02:54:10 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-19 02:54:10 +0000 |
commit | d539e945dd4824185d6d9e23bd83982aa3701032 (patch) | |
tree | 2eb47f3136587fe92633c31ec26aa7d436b9cc4a | |
parent | c88cb7eaa765f3bab543825dd54c23346e5f44c5 (diff) | |
download | FreeBSD-ports-d539e945dd4824185d6d9e23bd83982aa3701032.zip FreeBSD-ports-d539e945dd4824185d6d9e23bd83982aa3701032.tar.gz |
BROKEN: Incorrect pkg-plist
-rw-r--r-- | databases/clip/Makefile | 2 | ||||
-rw-r--r-- | graphics/chbg/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile index 386a9c6..d5273d2 100644 --- a/databases/clip/Makefile +++ b/databases/clip/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +BROKEN= "Incorrect pkg-plist" + USE_BISON= yes USE_GMAKE= yes ALL_TARGET= local diff --git a/graphics/chbg/Makefile b/graphics/chbg/Makefile index 0b41e07..5b385d8 100644 --- a/graphics/chbg/Makefile +++ b/graphics/chbg/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= netchild@FreeBSD.org +BROKEN= "Incorrect pkg-plist" + # GNOME parts aren't prefix safe, they install into "gnome-config --prefix" USE_X_PREFIX= yes USE_GNOMENG= yes |