summaryrefslogtreecommitdiff
path: root/cad/magic/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-06 18:14:06 +0000
committerjoerg <joerg>2006-01-06 18:14:06 +0000
commit7eea25892d86d7bcf1ef37da56aa62a26498fd6b (patch)
tree42ed76dd588136d9328eb66740cdfe45cb97a118 /cad/magic/Makefile
parentc9c3b3d333d62630e0ebb90bc3927e66a63cac06 (diff)
downloadpkgsrc-7eea25892d86d7bcf1ef37da56aa62a26498fd6b.tar.gz
Fix errno. Fix implicit prototype mismatches. Add DragnFly support.
On DragonFly, just fetch using the macros, e.g. using the slow path. Use pkgsrc readline instead of local version. Bump revision.
Diffstat (limited to 'cad/magic/Makefile')
-rw-r--r--cad/magic/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/magic/Makefile b/cad/magic/Makefile
index 8ccc8c3b18b..e18ed75988b 100644
--- a/cad/magic/Makefile
+++ b/cad/magic/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2005/12/05 20:49:52 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2006/01/06 18:14:06 joerg Exp $
#
DISTNAME= magic-7.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= cad
MASTER_SITES= http://vlsi.cornell.edu/magic/
@@ -34,4 +34,5 @@ do-configure:
cd ${WRKSRC} && printf "1\n2\n6\n\n\n\n\n\n\n\n\n\n\n" | \
${SETENV} ${MAKE_ENV} ./scripts/config
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"