diff options
Diffstat (limited to 'math/udunits/Makefile')
-rw-r--r-- | math/udunits/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/udunits/Makefile b/math/udunits/Makefile index e58262523b0..88f6c0504ce 100644 --- a/math/udunits/Makefile +++ b/math/udunits/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/08/08 18:13:13 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/12/05 23:55:12 rillig Exp $ DISTNAME= udunits PKGNAME= udunits-1.12.1 @@ -16,7 +16,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV} USE_PKGINSTALL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CPPFLAGS+= -Df2cFortran -Dunix PERL5_CONFIGURE= no |