diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-16 17:23:06 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-16 17:23:06 +0000 |
commit | 5962a72ef74451549e8e7c2197979581c508502c (patch) | |
tree | e4fef44d682a86933cdca418a3e93ab7e667f664 | |
parent | 88edd839df3cab1445f550d7b409425183c772d5 (diff) | |
download | ports-5962a72ef74451549e8e7c2197979581c508502c.tar.gz ports-5962a72ef74451549e8e7c2197979581c508502c.zip |
Notes
-rw-r--r-- | devel/gide/Makefile | 17 | ||||
-rw-r--r-- | devel/gide/distinfo | 2 |
2 files changed, 8 insertions, 11 deletions
diff --git a/devel/gide/Makefile b/devel/gide/Makefile index 2be5f8ada7ce..d4b6724fc87d 100644 --- a/devel/gide/Makefile +++ b/devel/gide/Makefile @@ -1,28 +1,25 @@ # New ports collection makefile for: gIDE -# Version required: 0.0.11 +# Version required: 0.0.12 # Date created: 29 Jul 1998 # Whom: rom # -# $Id: Makefile,v 1.15 1998/11/11 22:52:49 asami Exp $ +# $Id: Makefile,v 1.16 1998/11/13 04:10:42 asami Exp $ # -DISTNAME= gIDE-0.0.11 -PKGNAME= gide-0.0.11 +DISTNAME= gIDE-0.0.12 +PKGNAME= gide-0.0.12 CATEGORIES= devel MASTER_SITES= http://gide.pn.org/ MAINTAINER= rom_glsa@ein-hashofet.co.il -LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ - guile.4:${PORTSDIR}/lang/guile - -BROKEN= configure +LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 +# guile.4:${PORTSDIR}/lang/guile USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ +CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ GTK_CONFIG="${X11BASE}/bin/gtk11-config" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/gide/distinfo b/devel/gide/distinfo index 536f8908dd5f..db53020285f5 100644 --- a/devel/gide/distinfo +++ b/devel/gide/distinfo @@ -1 +1 @@ -MD5 (gIDE-0.0.11.tar.gz) = f5b7953bd53c5131f494d00471c175e7 +MD5 (gIDE-0.0.12.tar.gz) = 0341ea1b6d5fe4072aa8aa1f9261bd29 |