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 /x11/qwt | |
parent | b9cb24b464f01e6e80d05deec00b9287feb088fa (diff) | |
download | pkgsrc-1fd296c82ccd899c51c7ff224fdca0091c73cf59.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'x11/qwt')
-rw-r--r-- | x11/qwt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qwt/Makefile b/x11/qwt/Makefile index 191bd5c6c3f..cd098aef4a7 100644 --- a/x11/qwt/Makefile +++ b/x11/qwt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2012/10/29 05:06:47 asau Exp $ +# $NetBSD: Makefile,v 1.38 2015/07/04 16:18:42 joerg Exp $ DISTNAME= qwt-5.0.2 CATEGORIES= x11 @@ -11,7 +11,6 @@ COMMENT= Qt widget library for technical purposes MAKE_JOBS_SAFE= no -USE_X11BASE= yes USE_LANGUAGES= c++ USE_TOOLS+= gmake USE_LIBTOOL= yes |