summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron>2003-03-18 12:13:43 +0000
committertron <tron>2003-03-18 12:13:43 +0000
commitaf0bf8b4fd640a044e9ffa69b61d39ae13786045 (patch)
treec8250e8466fda946e415b9df054883981d43dd75 /graphics
parent20c3222ef6b92704fde0840fd428e640648a0b49 (diff)
downloadpkgsrc-af0bf8b4fd640a044e9ffa69b61d39ae13786045.tar.gz
Convert his package to buildlink2 to make it build with the update
"netpbm" package. Bump package revision to reflect change.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/urt/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile
index 1017f7f3d85..00161b0c25c 100644
--- a/graphics/urt/Makefile
+++ b/graphics/urt/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2002/03/13 17:37:18 fredb Exp $
-# FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp
+# $NetBSD: Makefile,v 1.25 2003/03/18 12:13:43 tron Exp $
DISTNAME= urt
PKGNAME= urt-3.1b1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.cs.utah.edu/pub/dept/OLD/pub/
DISTFILES= urt-3.1b.tar.Z urt-doc.tar urt-img.tar
@@ -15,11 +14,9 @@ PATCH_DIST_STRIP=-p1
MAINTAINER= packages@netbsd.org
COMMENT= Utah raster toolkit - a toolkit and library for raster image processing
-#DEPENDS+= tiff-[0-9]*:../tiff # netpbm will pull in tiff.
-DEPENDS+= netpbm>=9.7nb1:../../graphics/netpbm
-
EXTRACT_ONLY= urt-3.1b.tar.Z
+USE_BUILDLINK2= yes
USE_LIBTOOL= yes
USE_X11= yes
WRKSRC= ${WRKDIR}
@@ -46,4 +43,5 @@ post-install:
${FIND} . -type d -exec ${CHMOD} 755 '{}' \; ; \
${FIND} . -type f -exec ${CHMOD} 644 '{}' \;)
+.include "../../graphics/netpbm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"