summaryrefslogtreecommitdiff
path: root/ftp/gtm
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-30 03:36:10 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-30 03:36:10 +0000
commitbca1223fe41afde36dfaece9bf54ada67a4d863c (patch)
tree283f7551e2c1654e022b828a0117d3f81ea20cfb /ftp/gtm
parentSet USE_LIBTOOL=yes and use new version of gtk. (diff)
Use new version gnomelibs.
PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=19099
Diffstat (limited to 'ftp/gtm')
-rw-r--r--ftp/gtm/Makefile8
1 files changed, 5 insertions, 3 deletions
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 <bsd.port.mk>