diff options
Diffstat (limited to 'graphics/urt')
-rw-r--r-- | graphics/urt/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index d4c0846f994..5afbf5ff524 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.12 2000/04/07 14:40:36 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2000/05/17 18:54:00 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp -# DISTNAME= urt PKGNAME= urt-3.1b1 @@ -14,8 +13,8 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= packages@netbsd.org -DEPENDS+= tiff-*:../../graphics/tiff -BUILD_DEPENDS+= ${LOCALBASE}/include/pgm.h:../../graphics/netpbm +DEPENDS+= tiff-*:../tiff +DEPENDS+= netpbm-9.*:../netpbm EXTRACT_ONLY= urt-3.1b.tar.Z |