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/xpmicons | |
parent | b9cb24b464f01e6e80d05deec00b9287feb088fa (diff) | |
download | pkgsrc-1fd296c82ccd899c51c7ff224fdca0091c73cf59.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'x11/xpmicons')
-rw-r--r-- | x11/xpmicons/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xpmicons/Makefile b/x11/xpmicons/Makefile index b542d093c42..acbd3426c1d 100644 --- a/x11/xpmicons/Makefile +++ b/x11/xpmicons/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/10/29 05:07:18 asau Exp $ +# $NetBSD: Makefile,v 1.26 2015/07/04 16:18:43 joerg Exp $ DISTNAME= xpmicons-1.0 PKGREVISION= 5 @@ -16,7 +16,6 @@ COMMENT= Huge collection of icons for any windowmanager WRKSRC= ${WRKDIR} DIST_SUBDIR= icons -USE_X11BASE= yes NO_BUILD= yes INSTALLATION_DIRS= include/X11/bitmaps include/X11/pixmaps |