diff options
author | tron <tron> | 2002-10-14 18:12:23 +0000 |
---|---|---|
committer | tron <tron> | 2002-10-14 18:12:23 +0000 |
commit | 67f9299494341d20fec07fdd88a2316d173bad4b (patch) | |
tree | bf24cae066786c78be91c9ab41f3d0de40605f95 /sysutils/aperture | |
parent | 0a492d34d6d1c0f195cdec612d19c3c581c52c36 (diff) | |
download | pkgsrc-67f9299494341d20fec07fdd88a2316d173bad4b.tar.gz |
Fix build problem on systems where the NetBSD source tree is not in
"/usr/src" as suggested by Julio Merino in PR pkg/18485.
Diffstat (limited to 'sysutils/aperture')
-rw-r--r-- | sysutils/aperture/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile index 869c3e1c49e..f56c567ef71 100644 --- a/sysutils/aperture/Makefile +++ b/sysutils/aperture/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/09/15 19:25:38 tron Exp $ +# $NetBSD: Makefile,v 1.23 2002/10/14 18:12:23 tron Exp $ DISTNAME= apNetBSD PKGNAME= aperture-2.0 @@ -33,6 +33,7 @@ MANCOMPRESSED_IF_MANZ= YES WRKSRC= ${WRKDIR} NO_CONFIGURE= YES OSVERSION_SPECIFIC= YES +MAKE_ENV+= BSDSRCDIR="${BSDSRCDIR}" BSDSRCDIR?= /nonexistent # to override <bsd.own.mk>, MUST be # set this way BEFORE bsd.prefs.mk |