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 | 1fd296c82ccd899c51c7ff224fdca0091c73cf59 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /sysutils/bbsload | |
parent | b9cb24b464f01e6e80d05deec00b9287feb088fa (diff) | |
download | pkgsrc-1fd296c82ccd899c51c7ff224fdca0091c73cf59.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'sysutils/bbsload')
-rw-r--r-- | sysutils/bbsload/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/bbsload/Makefile b/sysutils/bbsload/Makefile index 8d3b840312c..13005f2522f 100644 --- a/sysutils/bbsload/Makefile +++ b/sysutils/bbsload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/23 19:50:52 asau Exp $ +# $NetBSD: Makefile,v 1.16 2015/07/04 16:18:39 joerg Exp $ # DISTNAME= bbsload-0.2.6 @@ -12,7 +12,6 @@ COMMENT= Small (in dimensions) tool to display the average load GNU_CONFIGURE= YES USE_LANGUAGES= c c++ -USE_X11BASE= YES INSTALLATION_DIRS= ${PKGMANDIR}/man1 |