aboutsummaryrefslogtreecommitdiffstats
path: root/net/gnosamba
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-05-30 11:49:40 +0800
committersteve <steve@FreeBSD.org>1999-05-30 11:49:40 +0800
commitfcb3abfd733ac3b09d1e7382540c7d9d5bf4e329 (patch)
tree9305de86accd7f424bdb84ff3bdc960bdd6db34f /net/gnosamba
parentc56887ca7cc6f0cece2c0fe3c3d5487ed620549d (diff)
downloadfreebsd-ports-gnome-fcb3abfd733ac3b09d1e7382540c7d9d5bf4e329.tar.gz
freebsd-ports-gnome-fcb3abfd733ac3b09d1e7382540c7d9d5bf4e329.tar.zst
freebsd-ports-gnome-fcb3abfd733ac3b09d1e7382540c7d9d5bf4e329.zip
Use new gnome libs.
PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'net/gnosamba')
-rw-r--r--net/gnosamba/Makefile8
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>