diff options
author | steve <steve@FreeBSD.org> | 1998-10-05 11:19:33 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-05 11:19:33 +0800 |
commit | 58f8a341148144fde6a27ada4c6faf7cd630b538 (patch) | |
tree | 2182beede5d48bb94d213ccd9fe9e63452290ad0 /graphics | |
parent | 5f451576922d327aeef1664803d2de86cafd4d9a (diff) | |
download | freebsd-ports-gnome-58f8a341148144fde6a27ada4c6faf7cd630b538.tar.gz freebsd-ports-gnome-58f8a341148144fde6a27ada4c6faf7cd630b538.tar.zst freebsd-ports-gnome-58f8a341148144fde6a27ada4c6faf7cd630b538.zip |
Broken: not reinstall friendly.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/urt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index d54daa004129..21963dff15f8 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -3,7 +3,7 @@ # Date created: Jan 5 1997 # Whom: cfs@ing.puc.cl (original) # -# $Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp $ +# $Id: Makefile,v 1.7 1998/09/19 05:46:06 steve Exp $ # DISTNAME= urt @@ -14,6 +14,8 @@ DISTFILES= urt-3.1b.tar.Z urt-doc.tar urt-img.tar MAINTAINER= giffunip@asme.org +BROKEN= not reinstall friendly + LIB_DEPENDS= tiff34.1:${PORTSDIR}/graphics/tiff34 BUILD_DEPENDS= ${X11BASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm |