diff options
Diffstat (limited to 'net/kdenetwork/Makefile')
-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" \ |