From bca1223fe41afde36dfaece9bf54ada67a4d863c Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 30 May 1999 03:36:10 +0000 Subject: Use new version gnomelibs. PR: 11844 Submitted by: Jeremy Lea --- ftp/gtm/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ftp/gtm') diff --git a/ftp/gtm/Makefile b/ftp/gtm/Makefile index e6995aa0911a..4022b1af9554 100644 --- a/ftp/gtm/Makefile +++ b/ftp/gtm/Makefile @@ -3,7 +3,7 @@ # Date created: 05/28/1999 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.1.1.1 1999/03/17 08:30:37 nectar Exp $ +# $Id: Makefile,v 1.2 1999/05/28 22:30:02 nectar Exp $ # DISTNAME= gtm-0.3.1 @@ -14,14 +14,16 @@ MASTER_SITES= http://www.rnl.ist.utl.pt/~bapm/gtm/files/ \ MAINTAINER= nectar@FreeBSD.ORG # wget is in BUILD_DEPENDS because the configure script checks for it -LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs BUILD_DEPENDS= wget:${PORTSDIR}/net/wget RUN_DEPENDS= wget:${PORTSDIR}/net/wget +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + USE_X_PREFIX= YES USE_GMAKE= YES GNU_CONFIGURE= YES -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome .include -- cgit v1.2.3