summaryrefslogtreecommitdiff
path: root/cad/eagle/Makefile
diff options
context:
space:
mode:
authortron <tron>2002-04-04 12:29:46 +0000
committertron <tron>2002-04-04 12:29:46 +0000
commit150b00140e58d39dc6e5b41718abf65f6bc83cdd (patch)
tree02ee0f024d7c7f6ab249edb6825bb16713c7494f /cad/eagle/Makefile
parent1a90a97700c9e78a5f83bfcd6b74d8c6011f413f (diff)
downloadpkgsrc-150b00140e58d39dc6e5b41718abf65f6bc83cdd.tar.gz
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'cad/eagle/Makefile')
-rw-r--r--cad/eagle/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/cad/eagle/Makefile b/cad/eagle/Makefile
index 1ab7420c92f..7ded83037f8 100644
--- a/cad/eagle/Makefile
+++ b/cad/eagle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/06/05 16:49:09 dillo Exp $
+# $NetBSD: Makefile,v 1.5 2002/04/04 12:29:46 tron Exp $
#
DISTNAME= eagle-4.03e
@@ -12,7 +12,7 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.cadsoft.de/
COMMENT= easy to use printed circuit board editor
-DEPENDS+= suse_x11>=6.1:../../emulators/suse_x11
+DEPENDS+= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11
ONLY_FOR_PLATFORM= NetBSD-*-i386
CHECK_SHLIBS= NO # this is Linux software
@@ -34,4 +34,5 @@ do-install:
cd ${WRKSRC} && ${CP} -R ${WRKSRC}/* ${PREFIX}/eagle
${INSTALL_SCRIPT} ${WRKDIR}/eagle ${PREFIX}/bin
-.include "../../mk/bsd.pkg.mk"
+.include "../../emulators/suse_linux/Makefile.application"
+