diff options
Diffstat (limited to 'graphics/urt/Makefile')
-rw-r--r-- | graphics/urt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 249b5cf4e99..d4c0846f994 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/03/27 08:54:56 tron Exp $ +# $NetBSD: Makefile,v 1.12 2000/04/07 14:40:36 hubertf Exp $ # FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp # @@ -15,7 +15,7 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= packages@netbsd.org DEPENDS+= tiff-*:../../graphics/tiff -BUILD_DEPENDS+= ${BUILD_ROOT}/graphics/netpbm/${WRKDIR:T}/netpbm:../../graphics/netpbm:build +BUILD_DEPENDS+= ${LOCALBASE}/include/pgm.h:../../graphics/netpbm EXTRACT_ONLY= urt-3.1b.tar.Z |