summaryrefslogtreecommitdiffstats
path: root/ftp/gtm
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-05-30 03:36:10 +0000
committersteve <steve@FreeBSD.org>1999-05-30 03:36:10 +0000
commit6fbfb93d2d89c070d24eda80ec1e149c50640577 (patch)
treebe57d47c24147736ebdc4cfbaf613fe60945f242 /ftp/gtm
parent416ef87e978e58d500b2c0f1f834cf06e29c3f8b (diff)
downloadFreeBSD-ports-6fbfb93d2d89c070d24eda80ec1e149c50640577.zip
FreeBSD-ports-6fbfb93d2d89c070d24eda80ec1e149c50640577.tar.gz
Use new version gnomelibs.
PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
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 e6995aa..4022b1a 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>
OpenPOWER on IntegriCloud