diff options
author | agc <agc@pkgsrc.org> | 1999-10-22 07:54:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-10-22 07:54:15 +0000 |
commit | b16573760c166e79ed8c2ea598c501b045a102db (patch) | |
tree | 00b51945af14f80981686612b81c0827fd5caf48 /devel/libgtop | |
parent | 1139b30529a9263a362f65eed3d7d4e0cd85be0c (diff) | |
download | pkgsrc-b16573760c166e79ed8c2ea598c501b045a102db.tar.gz |
Enable packages (which were marked as broken on the NetBSD/alpha
because gtk wouldn't build) to build on Alpha, since Tim Rightnour
tells me that gtk now builds fine on NetBSD/lpha.
Diffstat (limited to 'devel/libgtop')
-rw-r--r-- | devel/libgtop/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index a04ab9bd795..18de1138611 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1999/09/03 07:22:53 rh Exp $ +# $NetBSD: Makefile,v 1.23 1999/10/22 07:54:15 agc Exp $ # DISTNAME= libgtop-1.0.2 @@ -12,8 +12,6 @@ DEPENDS+= gettext-0.10.35:../../devel/gettext DEPENDS+= gnome-libs-1.0.16:../../x11/gnome-libs DEPENDS+= guile-1.3.2:../../lang/guile -NOT_FOR_PLATFORM= *-*-alpha # problems with gtk - IGNORE= "got broken by removal of Mach VM" GNU_CONFIGURE= yes |