diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-05 03:19:33 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-05 03:19:33 +0000 |
commit | 0ffa98531e92e8b26e9daecfcfd388c236051101 (patch) | |
tree | b828ebb412b566e53095690b47a01ff38cf0568d /graphics | |
parent | f0fba9166194a2a9b10242f9c6e575d429344555 (diff) | |
download | ports-0ffa98531e92e8b26e9daecfcfd388c236051101.tar.gz ports-0ffa98531e92e8b26e9daecfcfd388c236051101.zip |
Broken: not reinstall friendly.
Notes
Notes:
svn path=/head/; revision=13655
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 |