diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-30 03:49:40 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-30 03:49:40 +0000 |
commit | c5344554d9fd7d55fe815c318bfabd1f4cbba16d (patch) | |
tree | 27ae613692c5516144e67c6a233f5803e8549e88 /net | |
parent | 1aed4f116892d6010f41297ab6f527befe8b7655 (diff) | |
download | ports-c5344554d9fd7d55fe815c318bfabd1f4cbba16d.tar.gz ports-c5344554d9fd7d55fe815c318bfabd1f4cbba16d.zip |
Use new gnome libs.
PR: 11844
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes:
svn path=/head/; revision=19112
Diffstat (limited to 'net')
-rw-r--r-- | net/gnosamba/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/gnosamba/Makefile b/net/gnosamba/Makefile index b8b06f5413cd..1ea04dcfd016 100644 --- a/net/gnosamba/Makefile +++ b/net/gnosamba/Makefile @@ -3,7 +3,7 @@ # Date created: 4 November 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.5 1999/01/17 20:03:29 vanilla Exp $ +# $Id: Makefile,v 1.6 1999/04/26 19:35:56 mharo Exp $ # DISTNAME= gtksamba-0.3.2pl1 @@ -12,10 +12,12 @@ MASTER_SITES= http://www.open-systems.com/gtksamba/ MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= gnomeui.1:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnomeui.2:${PORTSDIR}/x11/gnomelibs + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" .include <bsd.port.mk> |