summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1999-04-26 18:56:13 +0000
committergarbled <garbled@pkgsrc.org>1999-04-26 18:56:13 +0000
commit3fe7edf2399886ec0fb2bc928971ac6543d869ad (patch)
treee7cf0837ac28ba947958059c9f46abc82e5a4fb1 /misc
parentc216c41c0a815e355fdacc820a0e1bc8037d319d (diff)
downloadpkgsrc-3fe7edf2399886ec0fb2bc928971ac6543d869ad.tar.gz
add USE_X11=yes
Diffstat (limited to 'misc')
-rw-r--r--misc/gnucash/Makefile3
-rw-r--r--misc/ical/Makefile3
-rw-r--r--misc/kp/Makefile4
-rw-r--r--misc/siag/Makefile3
-rw-r--r--misc/zorro/Makefile3
5 files changed, 11 insertions, 5 deletions
diff --git a/misc/gnucash/Makefile b/misc/gnucash/Makefile
index 682a389ba99..7151108a0be 100644
--- a/misc/gnucash/Makefile
+++ b/misc/gnucash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/01/23 03:56:11 mellon Exp $
+# $NetBSD: Makefile,v 1.2 1999/04/26 18:56:14 garbled Exp $
#
DISTNAME= gnucash-1.1.25
@@ -17,6 +17,7 @@ DEPENDS += XmHTML-1.1.5:../../x11/XmHTML
DEPENDS += guile-1.3:../../lang/guile
DEPENDS += libperl-5.00404:../../lang/libperl
+USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-guile=${PREFIX} --with-perl-includes=${PREFIX}/lib/perl5/${MACHINE_ARCH}-netbsd/5.00404/CORE
USE_GMAKE= yes
diff --git a/misc/ical/Makefile b/misc/ical/Makefile
index f1d1dd4d43f..bbba89a5a2d 100644
--- a/misc/ical/Makefile
+++ b/misc/ical/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/04/01 13:38:45 agc Exp $
+# $NetBSD: Makefile,v 1.9 1999/04/26 18:56:14 garbled Exp $
# $FreeBSD Id: Makefile,v 1.15 1998/02/07 22:59:16 hoek Exp
#
@@ -11,6 +11,7 @@ HOMEPAGE= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/
DEPENDS+= tk-8.0.5:../../x11/tk80
+USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-tclconfig=${PREFIX}/lib/tcl8.0 \
diff --git a/misc/kp/Makefile b/misc/kp/Makefile
index 799c71c282e..117a392f612 100644
--- a/misc/kp/Makefile
+++ b/misc/kp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/04/01 13:38:45 agc Exp $
+# $NetBSD: Makefile,v 1.11 1999/04/26 18:56:14 garbled Exp $
# FreeBSD Id: Makefile,v 1.8 1997/04/20 13:19:32 wosch Exp
#
@@ -10,6 +10,8 @@ MAINTAINER= packages@netbsd.org
DEPENDS= tk-8.0.5:../../x11/tk80
+USE_X11= yes
+
pre-configure:
for f in `find ${WRKDIR}/. -type f -print|xargs ${GREP} -l '/usr/local'`; do \
${SED} -e 's:/usr/local:'${PREFIX}':g' < $$f > $$f.pdone && ${MV} $$f.pdone $$f; \
diff --git a/misc/siag/Makefile b/misc/siag/Makefile
index e18a5e6ff6e..dccfa8c964f 100644
--- a/misc/siag/Makefile
+++ b/misc/siag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/04/10 02:25:08 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 1999/04/26 18:56:15 garbled Exp $
DISTNAME= siag-3.1.11
CATEGORIES= misc textproc math
@@ -14,6 +14,7 @@ DEPENDS+= guile-1.3:../../lang/guile
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_X11= yes
CFLAGS+= -Dunix
LDFLAGS+= -Wl,-R${X11BASE}/lib
diff --git a/misc/zorro/Makefile b/misc/zorro/Makefile
index e16b07ecfcd..dd1d32e918f 100644
--- a/misc/zorro/Makefile
+++ b/misc/zorro/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/04/01 13:38:45 agc Exp $
+# $NetBSD: Makefile,v 1.8 1999/04/26 18:56:15 garbled Exp $
# FreeBSD Id: Makefile,v 1.9 1997/11/22 19:55:25 jseger Exp
#
@@ -12,6 +12,7 @@ MAINTAINER= shanee@augusta.de
DEPENDS+= tk-8.0.5:../../x11/tk80
NO_BUILD= yes
+USE_X11= yes
post-patch:
( cd ${WRKSRC} ; ${SED} 's|/usr/local|'${PREFIX}'|g' \