diff options
author | kris <kris@FreeBSD.org> | 2002-09-21 04:38:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-21 04:38:57 +0800 |
commit | f06b32c23096121033e3172f34cb19daf0ce31c4 (patch) | |
tree | 79e547dda08bad3297b8b2e3d6128f43c1b5bf1a /graphics/dc20ctrl/Makefile | |
parent | c73e8813e0c0912a68c76bca360b4385fdbb8e12 (diff) | |
download | freebsd-ports-gnome-f06b32c23096121033e3172f34cb19daf0ce31c4.tar.gz freebsd-ports-gnome-f06b32c23096121033e3172f34cb19daf0ce31c4.tar.zst freebsd-ports-gnome-f06b32c23096121033e3172f34cb19daf0ce31c4.zip |
Broken: installation fails (looks like fallout from bsd.*.mk changes)
Diffstat (limited to 'graphics/dc20ctrl/Makefile')
-rw-r--r-- | graphics/dc20ctrl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/dc20ctrl/Makefile b/graphics/dc20ctrl/Makefile index b31e93b62642..12e5c69de2be 100644 --- a/graphics/dc20ctrl/Makefile +++ b/graphics/dc20ctrl/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.paternostro.org/~ugo/binaries/ MAINTAINER= ports@FreeBSD.org +BROKEN= "Installation fails" + LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ png.5:${PORTSDIR}/graphics/png |