diff options
author | jlam <jlam> | 2005-05-22 05:37:44 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-22 05:37:44 +0000 |
commit | 01954cc0c67f714302cf3a9f7419b7a779bd4ffd (patch) | |
tree | 6935b0ca386b82b45b99912cf1778d1962a7e576 | |
parent | 2901e41f3db308b64ed1adb51e919c3fc483bc49 (diff) | |
download | pkgsrc-01954cc0c67f714302cf3a9f7419b7a779bd4ffd.tar.gz |
This package is GNU configured and installs locale files, so it needs
to set USE_PKGLOCALEDIR so that the location of the installed locale
files matches the one listed in the PLIST.
-rw-r--r-- | devel/subversion/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common index e0d8c3e7396..5caccd93386 100644 --- a/devel/subversion/Makefile.common +++ b/devel/subversion/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2005/04/11 21:45:38 tv Exp $ +# $NetBSD: Makefile.common,v 1.19 2005/05/22 05:37:44 jlam Exp $ DISTNAME= subversion-${SVNVER} CATEGORIES= devel @@ -18,6 +18,7 @@ PATCHDIR= ${.CURDIR}/../../devel/subversion/patches GNU_CONFIGURE= YES USE_LIBTOOL= YES +USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --with-apr=${BUILDLINK_PREFIX.apr} CONFIGURE_ARGS+= --with-apr-util=${BUILDLINK_PREFIX.apr} |