diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 05:40:38 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 05:40:38 +0000 |
commit | ecb61286fed4cb1f71a6aaba95d20b9b9b55a7c9 (patch) | |
tree | 46165edf00ff0e2e6726d0f59de37628818c6630 /cad | |
parent | ccb05adb944b2c0dad0493bf2da57be6d6e4293c (diff) | |
download | pkgsrc-ecb61286fed4cb1f71a6aaba95d20b9b9b55a7c9.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 01969b9a9b4..da4853d02ff 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/08/17 04:00:51 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.24 2004/04/11 05:40:38 snj Exp $ # FreeBSD Id: Makefile,v 1.19 1998/10/31 18:05:31 jseger Exp # @@ -19,7 +19,7 @@ DEPENDS+= m4>=1.4:../../devel/m4 CONFLICTS+= pcb-current-[0-9]* -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGINSTALL= yes USE_IMAKE= yes |