diff options
author | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
commit | 40359543350f97f6f4ce738f77467358da339880 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /mail/wmmail/Makefile | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'mail/wmmail/Makefile')
-rw-r--r-- | mail/wmmail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile index aa573a89312..67631a3d94c 100644 --- a/mail/wmmail/Makefile +++ b/mail/wmmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2013/04/06 03:45:16 rodent Exp $ +# $NetBSD: Makefile,v 1.39 2015/07/04 16:18:37 joerg Exp $ DISTNAME= WMMail.app-0.64 PKGNAME= wmmail-0.64 @@ -11,7 +11,6 @@ COMMENT= WindowMaker xbiff-like "mail-checker" DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker -USE_X11BASE= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-PL-incs="-I${LOCALBASE}/include" \ |