diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-05 04:49:51 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-05 04:49:51 +0000 |
commit | 0850a38f1861ab476b886647e6675886f0d40272 (patch) | |
tree | 460bb9b391d0cdb2c2bd0f3adc5a36b917863112 /graphics/urt/Makefile | |
parent | 6c5a81185b98298fd59c50d7213fa1d02896d59f (diff) | |
download | ports-0850a38f1861ab476b886647e6675886f0d40272.tar.gz ports-0850a38f1861ab476b886647e6675886f0d40272.zip |
Make this deinstall friendly.
Notes
Notes:
svn path=/head/; revision=13662
Diffstat (limited to 'graphics/urt/Makefile')
-rw-r--r-- | graphics/urt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 21963dff15f8..f762bcc53cd2 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.7 1998/09/19 05:46:06 steve Exp $ +# $Id: Makefile,v 1.8 1998/10/05 03:19:33 steve Exp $ # DISTNAME= urt @@ -14,8 +14,6 @@ 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 |