diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-26 19:36:01 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-26 19:36:01 +0000 |
commit | fca7970b5ad015e0cf488218fe868fb6f0324736 (patch) | |
tree | b86765d62b383b1514743345712ceb168775a6f4 /net/gnosamba/Makefile | |
parent | Activate shtool port (diff) |
update port and use gtk12
Diffstat (limited to 'net/gnosamba/Makefile')
-rw-r--r-- | net/gnosamba/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gnosamba/Makefile b/net/gnosamba/Makefile index abe17234e18b..b8b06f5413cd 100644 --- a/net/gnosamba/Makefile +++ b/net/gnosamba/Makefile @@ -3,10 +3,10 @@ # Date created: 4 November 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.4 1998/12/08 16:14:58 vanilla Exp $ +# $Id: Makefile,v 1.5 1999/01/17 20:03:29 vanilla Exp $ # -DISTNAME= gtksamba-0.3.1 +DISTNAME= gtksamba-0.3.2pl1 CATEGORIES= net MASTER_SITES= http://www.open-systems.com/gtksamba/ @@ -16,6 +16,6 @@ LIB_DEPENDS= gnomeui.1:${PORTSDIR}/x11/gnomelibs USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" .include <bsd.port.mk> |