summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/exmh/Makefile3
-rw-r--r--math/R/Makefile3
-rw-r--r--math/octave/Makefile3
-rw-r--r--mbone/imm/Makefile3
-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
9 files changed, 19 insertions, 9 deletions
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile
index cd3b78b8671..dab7a45d7eb 100644
--- a/mail/exmh/Makefile
+++ b/mail/exmh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 1999/04/05 05:08:59 hubertf Exp $
+# $NetBSD: Makefile,v 1.17 1999/04/26 18:56:13 garbled Exp $
# FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp
#
@@ -32,6 +32,7 @@ DEPENDS+= nmh-1.0:../../mail/nmh
DEPENDS+= mm-2.7:../../mail/metamail
DIST_SUBDIR= ${PKGNAME}
+USE_X11= yes
WISH= wish8.0
TCLSH= tclsh8.0
diff --git a/math/R/Makefile b/math/R/Makefile
index 000c89c7252..d94c49d5dcd 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/02/20 22:48:35 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 1999/04/26 18:56:15 garbled Exp $
#
DISTNAME= R-0.63.1
@@ -22,6 +22,7 @@ DEPENDS+= f2c-19980913:../../lang/f2c
.endif
DEPENDS+= readline-2.2:../../devel/readline
+USE_X11= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-readline --with-x
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 3fae25c412d..f787a02f51d 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/04/23 04:19:25 mycroft Exp $
+# $NetBSD: Makefile,v 1.10 1999/04/26 18:56:15 garbled Exp $
# FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp
DISTNAME= octave-2.0.13
@@ -16,6 +16,7 @@ BUILD_DEPENDS+= tex:../../print/teTeX
BUILD_DEPENDS+= dvips:../../print/teTeX
DEPENDS+= gnuplot-3.7:../../graphics/gnuplot
+USE_X11= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
diff --git a/mbone/imm/Makefile b/mbone/imm/Makefile
index 82961cf32ee..53b73cc349c 100644
--- a/mbone/imm/Makefile
+++ b/mbone/imm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/04/01 13:38:44 agc Exp $
+# $NetBSD: Makefile,v 1.10 1999/04/26 18:56:15 garbled Exp $
#
# NetBSD "imm" package
# The original was based on the imm-3.5a1 FreeBSD port maintained
@@ -15,6 +15,7 @@ MAINTAINER= is@netbsd.org
DEPENDS+= tk-8.0.5:../../x11/tk80
+USE_X11= yes
ALL_TARGET= netbsd
MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
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' \