diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-07-15 02:02:17 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-07-15 02:02:17 +0000 |
commit | 818a5e8745dff4beadc0fe8aa4f56c71c53ea650 (patch) | |
tree | 7082cd8bccd6e4c222c7d1017f6c4896abcadef6 /wm | |
parent | e221de4390166c39bc8b5b1a7496333f0650a731 (diff) | |
download | pkgsrc-818a5e8745dff4beadc0fe8aa4f56c71c53ea650.tar.gz |
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fvwm-devel/Makefile | 3 | ||||
-rw-r--r-- | wm/fvwm/Makefile | 3 | ||||
-rw-r--r-- | wm/ratpoison/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/wm/fvwm-devel/Makefile b/wm/fvwm-devel/Makefile index f537f07019a..cb877a2a245 100644 --- a/wm/fvwm-devel/Makefile +++ b/wm/fvwm-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2013/06/06 12:55:09 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2013/07/15 02:02:29 ryoon Exp $ DISTNAME= fvwm-${FVWM_VER} PKGREVISION= 8 @@ -18,7 +18,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES -USE_GNU_READLINE= YES USE_TOOLS+= perl:run PLIST_SUBST+= FVWM_VER=${FVWM_VER:Q} diff --git a/wm/fvwm/Makefile b/wm/fvwm/Makefile index 7e3567afec8..39461412946 100644 --- a/wm/fvwm/Makefile +++ b/wm/fvwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2013/06/06 12:55:09 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2013/07/15 02:02:29 ryoon Exp $ DISTNAME= fvwm-${FVWM_VER} PKGREVISION= 4 @@ -20,7 +20,6 @@ FVWM_VER= 2.6.5 USE_X11BASE= YES GNU_CONFIGURE= YES -USE_GNU_READLINE= YES USE_TOOLS+= perl:run tar PLIST_SUBST+= FVWM_VER=${FVWM_VER:Q} diff --git a/wm/ratpoison/Makefile b/wm/ratpoison/Makefile index 70b87d8b121..ec38a9fb188 100644 --- a/wm/ratpoison/Makefile +++ b/wm/ratpoison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2013/06/06 12:55:09 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2013/07/15 02:02:29 ryoon Exp $ # DISTNAME= ratpoison-1.4.5 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.nongnu.org/ratpoison/ COMMENT= Simple window manager with no fat library dependencies GNU_CONFIGURE= YES -USE_GNU_READLINE= YES INFO_FILES= yes USE_TOOLS+= perl:run pkg-config autoconf |