diff options
author | asau <asau> | 2012-10-29 05:06:05 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-29 05:06:05 +0000 |
commit | 675dcf5e0d7bf006cb0146e66e63890d704f6581 (patch) | |
tree | 2379812310e9345accaee1e306485260940238a4 /x11/wxGTK28 | |
parent | 9eb6e6e814a71b6213db2a874ab87aa18ed355c2 (diff) | |
download | pkgsrc-675dcf5e0d7bf006cb0146e66e63890d704f6581.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'x11/wxGTK28')
-rw-r--r-- | x11/wxGTK28/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/wxGTK28/Makefile.common b/x11/wxGTK28/Makefile.common index 7a093790c9a..5d10714e68e 100644 --- a/x11/wxGTK28/Makefile.common +++ b/x11/wxGTK28/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2012/07/01 01:32:21 dholland Exp $ +# $NetBSD: Makefile.common,v 1.14 2012/10/29 05:06:56 asau Exp $ # # used by x11/wxGTK28/Makefile # used by x11/wxGTK28-contrib/Makefile @@ -18,8 +18,6 @@ PATCHFILES= ${DISTNAME}-libtool.diff.bz2 PATCH_SITES= ${MASTER_SITE_LOCAL} PATCH_DIST_STRIP.${DISTNAME}-libtool.diff.bz2= -p1 -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= pkg-config msgfmt USE_LIBTOOL= yes USE_PKGLOCALEDIR= YES |