diff options
author | steve <steve@FreeBSD.org> | 1999-05-30 11:36:10 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-30 11:36:10 +0800 |
commit | 6fbfb93d2d89c070d24eda80ec1e149c50640577 (patch) | |
tree | be57d47c24147736ebdc4cfbaf613fe60945f242 /ftp/gtm | |
parent | 416ef87e978e58d500b2c0f1f834cf06e29c3f8b (diff) | |
download | freebsd-ports-gnome-6fbfb93d2d89c070d24eda80ec1e149c50640577.tar.gz freebsd-ports-gnome-6fbfb93d2d89c070d24eda80ec1e149c50640577.tar.zst freebsd-ports-gnome-6fbfb93d2d89c070d24eda80ec1e149c50640577.zip |
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/Makefile | 8 |
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> |