diff options
author | steve <steve@FreeBSD.org> | 1998-10-05 12:49:51 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-05 12:49:51 +0800 |
commit | 9c103679ca4d3a445f93c55c2233d3f055d00fbe (patch) | |
tree | 60c0b1afab290f67516d01bb67434ff957e2f2cc /graphics/urt/Makefile | |
parent | 7a3840e68c483fcbd819e3b6439655776f1b92d4 (diff) | |
download | freebsd-ports-gnome-9c103679ca4d3a445f93c55c2233d3f055d00fbe.tar.gz freebsd-ports-gnome-9c103679ca4d3a445f93c55c2233d3f055d00fbe.tar.zst freebsd-ports-gnome-9c103679ca4d3a445f93c55c2233d3f055d00fbe.zip |
Make this deinstall friendly.
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 |