diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-13 04:10:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-13 04:10:42 +0000 |
commit | 0564f86f5bca5480615069108ece5d0a5e336433 (patch) | |
tree | b4c104d04e2a0698e9e38d3ae70a281ab774c34f | |
parent | Update MASTER_SITES and MAINTAINER (diff) |
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.
Notes
Notes:
svn path=/head/; revision=14490
-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 |