diff options
author | frueauf <frueauf> | 1998-11-13 01:35:55 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-11-13 01:35:55 +0000 |
commit | a817947720945eebd2288c1b9a6a966b8ea55f4c (patch) | |
tree | 4b3c824ea0c1e816c2b7446bef7237d63fb07e98 /net/kdenetwork | |
parent | 1d1db16061f50c443dc2c797edaeefa7d429cc0e (diff) | |
download | pkgsrc-a817947720945eebd2288c1b9a6a966b8ea55f4c.tar.gz |
pkglint: move NOT_FOR_ARCHS where it belongs.
Diffstat (limited to 'net/kdenetwork')
-rw-r--r-- | net/kdenetwork/Makefile | 6 |
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" \ |