summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoragc <agc>1999-01-30 23:18:44 +0000
committeragc <agc>1999-01-30 23:18:44 +0000
commita05bd217729b1677cafc47c5b39771599522cb30 (patch)
treec7d450ad71b27506975c9e22be6574c49d8bb3d9 /net
parent25e554e491d29a5a9bebbb7dbcaf63b975fc5339 (diff)
downloadpkgsrc-a05bd217729b1677cafc47c5b39771599522cb30.tar.gz
Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
Diffstat (limited to 'net')
-rw-r--r--net/gaim/Makefile4
-rw-r--r--net/kdenetwork/Makefile4
-rw-r--r--net/pload/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile
index 5f46ca15e93..690b82eb943 100644
--- a/net/gaim/Makefile
+++ b/net/gaim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/01/22 00:47:08 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 1999/01/30 23:18:53 agc Exp $
#
DISTNAME= gaim-19981231
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.marko.net/gaim/
DEPENDS= gtk+-1.1.12:../../x11/gtk
-USE_X11= YES
+USE_X11BASE= YES
USE_GMAKE= YES
ALL_TARGET= aim
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile
index f76beb0ac06..2c225c06e44 100644
--- a/net/kdenetwork/Makefile
+++ b/net/kdenetwork/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 1998/12/29 19:46:49 tron Exp $
+# $NetBSD: Makefile,v 1.24 1999/01/30 23:18:53 agc Exp $
# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp
#
@@ -19,7 +19,7 @@ CONFLICTS= kdenetwork-2.1b kdenetwork-3.1b kdenetwork-4.1b
NOT_FOR_ARCHS= alpha # LP64/ELF problems
-USE_X11= yes
+USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \
"--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \
diff --git a/net/pload/Makefile b/net/pload/Makefile
index 631e0ada6a3..1d36432ce53 100644
--- a/net/pload/Makefile
+++ b/net/pload/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/01/14 23:37:39 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:53 agc Exp $
#
DISTNAME= pload-0.9.2
@@ -9,7 +9,7 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.engr.utk.edu/~mdsmith/pload/
HAS_CONFIGURE= YES
-USE_X11= YES
+USE_X11BASE= YES
INSTALL_TARGET= install install.man
.include "../../mk/bsd.pkg.mk"