diff options
author | wiz <wiz> | 2012-04-19 16:19:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-04-19 16:19:52 +0000 |
commit | 6b7e6757d18aa970d242db81b8dd76ecbe138b21 (patch) | |
tree | 204b50996a5c08ab080a40cebf398a9131feefed /wm/notion | |
parent | d420c22ee0930cdb96670db466e0e0b5ddf4e553 (diff) | |
download | pkgsrc-6b7e6757d18aa970d242db81b8dd76ecbe138b21.tar.gz |
Add pax to tools, for pkglint.
Diffstat (limited to 'wm/notion')
-rw-r--r-- | wm/notion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/notion/Makefile b/wm/notion/Makefile index 10df23a16f1..1112aa8fd48 100644 --- a/wm/notion/Makefile +++ b/wm/notion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/04/19 16:19:16 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/04/19 16:19:52 wiz Exp $ # DISTNAME= notion-3-2011102900-src @@ -19,7 +19,7 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS= ion3-[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake msgfmt pax pkg-config MAKE_FLAGS+= X11_PREFIX=${BUILDLINK_PREFIX.libX11} EGDIR= ${PREFIX}/share/examples/notion |