diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-02 13:07:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-02 13:07:52 +0000 |
commit | 600fd2a1b65f2749889934c54b8242e1f49de7de (patch) | |
tree | 1a355065ee75c314d8936616db4c617d7ec3e426 | |
parent | 67049271f97bfa2bd454920fe7b62a81d3b22858 (diff) | |
download | pkgsrc-600fd2a1b65f2749889934c54b8242e1f49de7de.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" |