diff options
author | dmcmahill <dmcmahill> | 2000-08-23 13:45:02 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-08-23 13:45:02 +0000 |
commit | f87aae39e31e716106ac69aa92f35c90cdf58044 (patch) | |
tree | 3f85a7b6e7aae015cb7f972f25e303c59e15c8cd /graphics | |
parent | 955ec96b446ee9872a44eea72aafc5ec668b6844 (diff) | |
download | pkgsrc-f87aae39e31e716106ac69aa92f35c90cdf58044.tar.gz |
-let the depends on netpbm pull in the tiff depends.
-don't override PKGSRCDIR, this is leftover from a long time ago. The pkg
now cleanly builds and installs when WRKOBJDIR is set.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/urt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index cc60d308439..dd4bab77b64 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/05/21 01:39:30 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2000/08/23 13:45:02 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp DISTNAME= urt @@ -13,7 +13,7 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= packages@netbsd.org -DEPENDS+= tiff-*:../tiff +#DEPENDS+= tiff-*:../tiff # netpbm will pull in tiff. DEPENDS+= netpbm-9.*:../netpbm EXTRACT_ONLY= urt-3.1b.tar.Z @@ -24,7 +24,6 @@ CONFIGURE_SCRIPT=./Configure CONFIGURE_ARGS= config/urt HAS_CONFIGURE= yes MAKEFILE= makefile -MAKE_ENV+= PKGSRCDIR=${BUILD_ROOT} WORKINGDIRNAME=${WRKDIR:T} ALL_TARGET= post-install: |