summaryrefslogtreecommitdiff
path: root/net/kdenetwork
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-11-13 01:35:55 +0000
committerfrueauf <frueauf>1998-11-13 01:35:55 +0000
commit05c6d1f33d118d7d31a04cf07110012a12ec3826 (patch)
tree4b3c824ea0c1e816c2b7446bef7237d63fb07e98 /net/kdenetwork
parent5a1c437bbddbcd6b3b39021ec8dbaaade7a54df7 (diff)
downloadpkgsrc-05c6d1f33d118d7d31a04cf07110012a12ec3826.tar.gz
pkglint: move NOT_FOR_ARCHS where it belongs.
Diffstat (limited to 'net/kdenetwork')
-rw-r--r--net/kdenetwork/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile
index 8e60be38edb..acc82aae253 100644
--- a/net/kdenetwork/Makefile
+++ b/net/kdenetwork/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 1998/11/06 05:15:41 mycroft Exp $
+# $NetBSD: Makefile,v 1.22 1998/11/13 01:35:55 frueauf Exp $
# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp
#
@@ -7,8 +7,6 @@ CATEGORIES= net kde
MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/ \
ftp://ftp.de.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/
-NOT_FOR_ARCHS= alpha # LP64/ELF problems
-
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.kde.org/
@@ -23,6 +21,8 @@ DEPENDS+= kdebase-1.0:../../x11/kdebase
CONFLICTS= kdenetwork-2.1b kdenetwork-3.1b kdenetwork-4.1b
+NOT_FOR_ARCHS= alpha # LP64/ELF problems
+
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \