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 /net/xmftp | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'net/xmftp')
-rw-r--r-- | net/xmftp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/xmftp/Makefile b/net/xmftp/Makefile index ed58bf99f92..721dd595662 100644 --- a/net/xmftp/Makefile +++ b/net/xmftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/10/23 17:19:21 asau Exp $ +# $NetBSD: Makefile,v 1.21 2015/07/04 16:18:39 joerg Exp $ # DISTNAME= xmftp-1.0.4 @@ -11,7 +11,6 @@ HOMEPAGE= http://viraj.org/old/xmftp/ COMMENT= X/Motif FTP client WRKSRC= ${WRKDIR}/xmftp/source -USE_X11BASE= yes USE_TOOLS+= gmake INSTALLATION_DIRS= bin share/doc/xmftp |