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/gtk | |
parent | b9cb24b464f01e6e80d05deec00b9287feb088fa (diff) | |
download | pkgsrc-1fd296c82ccd899c51c7ff224fdca0091c73cf59.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'x11/gtk')
-rw-r--r-- | x11/gtk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index b249b21ff93..3ec4438ea89 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.134 2015/06/12 10:52:17 wiz Exp $ +# $NetBSD: Makefile,v 1.135 2015/07/04 16:18:41 joerg Exp $ DISTNAME= gtk+-1.2.10 PKGREVISION= 14 @@ -12,7 +12,6 @@ COMMENT= GIMP Toolkit v1 - libraries for building X11 user interfaces .include "../../mk/bsd.prefs.mk" -USE_X11BASE= yes USE_TOOLS+= gmake msgfmt perl USE_PKGLOCALEDIR= yes USE_LANGUAGES+= c99 |