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/wminet | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'net/wminet')
-rw-r--r-- | net/wminet/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/wminet/Makefile b/net/wminet/Makefile index 310f824bb4a..4642865f0df 100644 --- a/net/wminet/Makefile +++ b/net/wminet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/10/23 17:19:19 asau Exp $ +# $NetBSD: Makefile,v 1.15 2015/07/04 16:18:39 joerg Exp $ DISTNAME= wmnet-1.2 PKGNAME= wminet-1.2 @@ -12,8 +12,6 @@ COMMENT= Dockable network monitor NOT_FOR_PLATFORM= Interix-*-* # no userland protocol stack support -USE_X11BASE= YES - INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 do-install: |