diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-12-27 16:57:14 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-12-27 16:57:14 +0000 |
commit | 09fb6a332eaca44ef1fe8410cb2163d85bc0a5fa (patch) | |
tree | 9ee0f7fcd7551814ebf1bf77657f17d9871d5ef0 /net/kdenetwork | |
parent | bcb222c2f22a28c61ea8047a36c4851ed053014f (diff) | |
download | pkgsrc-09fb6a332eaca44ef1fe8410cb2163d85bc0a5fa.tar.gz |
remove the NOT_FOR_ARCH= *-*-alpa. This appears to be leftover
from a long time ago and this pkgs seems to work on my alpha. Tested
kfinger and krn.
Diffstat (limited to 'net/kdenetwork')
-rw-r--r-- | net/kdenetwork/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile index 32825c7785a..1ebb0108276 100644 --- a/net/kdenetwork/Makefile +++ b/net/kdenetwork/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2000/11/08 15:09:36 abs Exp $ +# $NetBSD: Makefile,v 1.53 2000/12/27 16:57:14 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp # @@ -16,8 +16,6 @@ DEPENDS+= uulib-0.5.13:../../converters/uulib DEPENDS+= kdesupport-1.1.2:../../converters/kdesupport DEPENDS+= kdebase-1.1.2:../../x11/kdebase -NOT_FOR_PLATFORM= *-*-alpha # LP64/ELF problems - USE_X11BASE= yes USE_GMAKE= yes USE_LIBTOOL= yes |