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 /cad/gnucap | |
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 'cad/gnucap')
-rw-r--r-- | cad/gnucap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile index 4e08faf7176..64d7bc0cdc3 100644 --- a/cad/gnucap/Makefile +++ b/cad/gnucap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2012/10/08 13:25:13 asau Exp $ +# $NetBSD: Makefile,v 1.27 2013/07/15 02:02:18 ryoon Exp $ # DISTNAME= gnucap-2006-07-08 @@ -21,7 +21,6 @@ CONFLICTS+= gnucap-2006-07-[0-9]* USE_LANGUAGES= c c++ USE_TOOLS+= gmake -USE_GNU_READLINE= YES GNU_CONFIGURE= YES INSTALLATION_DIRS= share/gnucap/manual/html |