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 /graphics/ee | |
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 'graphics/ee')
-rw-r--r-- | graphics/ee/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/ee/Makefile b/graphics/ee/Makefile index 35b01600490..246d6f2d6e5 100644 --- a/graphics/ee/Makefile +++ b/graphics/ee/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/08/29 12:48:58 rh Exp $ +# $NetBSD: Makefile,v 1.9 1999/10/22 07:54:17 agc Exp $ # DISTNAME= ee-0.3.8 @@ -10,8 +10,6 @@ HOMEPAGE= http://www.gnome.org/ DEPENDS= gnome-core-1.0.9:../../x11/gnome-core -NOT_FOR_PLATFORM= *-*-alpha # problems with gtk - GNU_CONFIGURE= yes USE_X11BASE= yes USE_GMAKE= yes |