diff options
-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 |