summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorwiz <wiz>2002-01-21 21:44:34 +0000
committerwiz <wiz>2002-01-21 21:44:34 +0000
commit89cc15d51b0db352bef3060668c2708ded894ca1 (patch)
tree070bcf94133b4b2522dae5616bdea54222def409 /cad
parent7049341256ec98736f2d8e5df20db5b651db4f12 (diff)
downloadpkgsrc-89cc15d51b0db352bef3060668c2708ded894ca1.tar.gz
Weakly buildlinkify.
Diffstat (limited to 'cad')
-rw-r--r--cad/oregano/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile
index e978849e8c7..7e3f0ebf321 100644
--- a/cad/oregano/Makefile
+++ b/cad/oregano/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/09/27 23:17:46 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2002/01/21 21:44:34 wiz Exp $
#
DISTNAME= oregano-0.20
@@ -9,13 +9,12 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.dtek.chalmers.se/~d4hult/oregano/
COMMENT= application for schematic capture/simulation of electrical circuits
-DEPENDS+= gnome-core-[0-9]*:../../x11/gnome-core
-DEPENDS+= gnome-print-[0-9]*:../../print/gnome-print
-DEPENDS+= libglade-[0-9]*:../../devel/libglade
-
GNU_CONFIGURE= YES
-USE_X11BASE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+.include "../../devel/libglade/buildlink.mk"
+.include "../../print/gnome-print/buildlink.mk"
+.include "../../x11/gnome-core/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"