diff options
author | asami <asami@FreeBSD.org> | 1998-11-13 12:10:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-13 12:10:42 +0800 |
commit | 6bba96a30e9259ae706f8055d16d0580ff73d67f (patch) | |
tree | 7abb00d8c771e1c2277857cb04a3b9316450f741 /devel/gide/Makefile | |
parent | 2805f551b32f2a343340a0ebf5479234388cc833 (diff) | |
download | freebsd-ports-gnome-6bba96a30e9259ae706f8055d16d0580ff73d67f.tar.gz freebsd-ports-gnome-6bba96a30e9259ae706f8055d16d0580ff73d67f.tar.zst freebsd-ports-gnome-6bba96a30e9259ae706f8055d16d0580ff73d67f.zip |
Oops, I was wrong, it wasn't fixed. Mark in broken again. :<
-------
===> Building for gide-0.0.11
cd . && aclocal
aclocal: configure.in: 7: macro `AM_PATH_GTK' not found in library
gmake: *** [aclocal.m4] Error 1
*** Error code 2
Stop.
Diffstat (limited to 'devel/gide/Makefile')
-rw-r--r-- | devel/gide/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gide/Makefile b/devel/gide/Makefile index 57432a7692cd..2be5f8ada7ce 100644 --- a/devel/gide/Makefile +++ b/devel/gide/Makefile @@ -3,7 +3,7 @@ # Date created: 29 Jul 1998 # Whom: rom # -# $Id: Makefile,v 1.14 1998/11/11 17:24:17 vanilla Exp $ +# $Id: Makefile,v 1.15 1998/11/11 22:52:49 asami Exp $ # DISTNAME= gIDE-0.0.11 @@ -16,6 +16,8 @@ MAINTAINER= rom_glsa@ein-hashofet.co.il LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ guile.4:${PORTSDIR}/lang/guile +BROKEN= configure + USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes |