diff options
author | wiz <wiz> | 2003-05-02 13:07:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-02 13:07:52 +0000 |
commit | c0caaa5c34714aa3db9e7f419a3873dacf449af0 (patch) | |
tree | 1a355065ee75c314d8936616db4c617d7ec3e426 | |
parent | 16bd45d63d3973e658a63bb0016d38d3cdd5f09c (diff) | |
download | pkgsrc-c0caaa5c34714aa3db9e7f419a3873dacf449af0.tar.gz |
Convert to buildlink2, remove unnecessary post-patch target.
-rw-r--r-- | cad/ipal-current/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/cad/ipal-current/Makefile b/cad/ipal-current/Makefile index 5746417102c..e7dadfe2432 100644 --- a/cad/ipal-current/Makefile +++ b/cad/ipal-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/05/02 11:53:58 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2003/05/02 13:07:52 wiz Exp $ # DISTNAME= ipal-20001210 @@ -12,15 +12,12 @@ HOMEPAGE= http://www.icarus.com/eda/ipal/index.html COMMENT= Libs and utils for manipulating PAL designs (development version) BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -DEPENDS+= gtk+>=1.2.10nb4:../../x11/gtk GNU_CONFIGURE= YES +USE_BUILDLINK2= YES USE_GMAKE= YES -USE_X11= YES CFLAGS+= -fPIC -post-patch: - ${CHMOD} a+x ${WRKSRC}/configure - +.include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |