diff options
author | jlam <jlam> | 2002-09-25 06:36:07 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-25 06:36:07 +0000 |
commit | 8fd506a29ac58bccd6aead1897fe8a67eb26413b (patch) | |
tree | c25422cdb42e72808e93237b3bab496bab7978e0 /cad | |
parent | d15e3a9d09bb40f4aef167a6d322ddfb9cce9f43 (diff) | |
download | pkgsrc-8fd506a29ac58bccd6aead1897fe8a67eb26413b.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'cad')
-rw-r--r-- | cad/xcircuit/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 78e1b399687..7e4bd9a0dc0 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/09/13 06:53:31 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2002/09/25 06:36:07 jlam Exp $ DISTNAME= xcircuit-2.2.0 PKGREVISION= 1 @@ -10,9 +10,9 @@ HOMEPAGE= http://bach.ece.jhu.edu/~tim/programs/xcircuit/ COMMENT= Drawing program for X11 (especially for circuits) WRKSRC= ${WRKDIR}/${DISTNAME} + +USE_BUILDLINK2= yes USE_IMAKE= yes -USE_X11BASE= yes -USE_XPM= yes post-extract: ${RM} -fr ${WRKSRC}/examples/CVS @@ -23,5 +23,7 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xcircuit/ ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/xcircuit/ +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/ghostscript.mk" + .include "../../mk/bsd.pkg.mk" |