diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-23 23:58:13 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-23 23:58:13 +0000 |
commit | 681f080e2f5e4880cc95c90f544245d3ae3ab3bc (patch) | |
tree | 92f28f29345df7a855289184ba69b8cdd2ca716a /devel/gide/Makefile | |
parent | Fix broken fnlib port. The configure-type scripts in the distfile changed (diff) |
Update gide to 0.1.2.
Diffstat (limited to 'devel/gide/Makefile')
-rw-r--r-- | devel/gide/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/gide/Makefile b/devel/gide/Makefile index 628123484e9c..f4c1886c47b9 100644 --- a/devel/gide/Makefile +++ b/devel/gide/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gIDE -# Version required: 0.1.1 +# Version required: 0.1.2 # Date created: 29 Jul 1998 # Whom: rom # -# $Id: Makefile,v 1.23 1999/06/06 16:41:10 steve Exp $ +# $Id: Makefile,v 1.24 1999/06/19 07:50:36 cpiazza Exp $ # -DISTNAME= gIDE-0.1.1 -PKGNAME= gide-0.1.1 +DISTNAME= gIDE-0.1.2 +PKGNAME= gide-0.1.2 CATEGORIES= devel gnome MASTER_SITES= http://gide.gdev.net/ \ http://gide.pn.org/ @@ -21,7 +21,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config FETCH_BEFORE_ARGS= -b -USE_X_PREFIX= yes +USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ |