diff options
author | agc <agc> | 1999-03-22 09:38:22 +0000 |
---|---|---|
committer | agc <agc> | 1999-03-22 09:38:22 +0000 |
commit | fc3e81d33cd3137bea557960c4e35b530496e32a (patch) | |
tree | 6e4cf164ffee508e0527b5371281bee77d4cb038 /graphics/urt/Makefile | |
parent | 9b599132d515b1a725b932fa83984ae67afa218e (diff) | |
download | pkgsrc-fc3e81d33cd3137bea557960c4e35b530496e32a.tar.gz |
Move the definition of BUILD_ROOT into bsd.pkg.mk, from the individual
package Makefiles which need it.
Diffstat (limited to 'graphics/urt/Makefile')
-rw-r--r-- | graphics/urt/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 8c861ca27cf..538b4e2fb5f 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/11/13 01:12:57 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1999/03/22 09:38:23 agc Exp $ # FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp # @@ -14,14 +14,6 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= packages@netbsd.org -.include "../../mk/bsd.prefs.mk" - -.ifdef WRKOBJDIR -BUILD_ROOT= ${WRKOBJDIR} -.else -BUILD_ROOT= ${PKGSRCDIR} -.endif - DEPENDS+= tiff-3.4:../../graphics/tiff BUILD_DEPENDS+= ${BUILD_ROOT}/graphics/netpbm/${WRKDIR:T}/netpbm:../../graphics/netpbm:build |