diff options
author | snj <snj@pkgsrc.org> | 2004-04-26 05:20:57 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-26 05:20:57 +0000 |
commit | dfc316e1e9e63adf0c8679f3a7fefdd7b81e9777 (patch) | |
tree | 95d57f1dbf25a366d5cc880c79b796705c1f34fc /cad | |
parent | 690b401c6c60e044bbfc7c281d89f4a50d725420 (diff) | |
download | pkgsrc-dfc316e1e9e63adf0c8679f3a7fefdd7b81e9777.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/oregano/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile index b6545ede13d..1582c6a96a3 100644 --- a/cad/oregano/Makefile +++ b/cad/oregano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/04/14 16:15:21 jmmv Exp $ +# $NetBSD: Makefile,v 1.25 2004/04/26 05:20:57 snj Exp $ # DISTNAME= oregano-0.20 @@ -10,7 +10,7 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.dtek.chalmers.se/~d4hult/oregano/ COMMENT= Application for schematic capture/simulation of electrical circuits -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_DIRS+= gnome1-1.5 USE_PKGLOCALEDIR= YES USE_X11= YES @@ -18,8 +18,8 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -.include "../../devel/libglade/buildlink2.mk" -.include "../../print/gnome-print/buildlink2.mk" -.include "../../x11/gnome-core/buildlink2.mk" +.include "../../devel/libglade/buildlink3.mk" +.include "../../print/gnome-print/buildlink3.mk" +.include "../../x11/gnome-core/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |