From 6729c90da380e059886ac05e35e9ab466567253c Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 30 May 1999 04:04:53 +0000 Subject: Use new gnome libs. PR: 11844 Submitted by: Jeremy Lea --- net/gnomeicu2/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'net/gnomeicu2') diff --git a/net/gnomeicu2/Makefile b/net/gnomeicu2/Makefile index e6e572f4783b..05f403c04f56 100644 --- a/net/gnomeicu2/Makefile +++ b/net/gnomeicu2/Makefile @@ -3,7 +3,7 @@ # Date created: 03/16/1999 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.9 1999/04/07 16:23:52 nectar Exp $ +# $Id: Makefile,v 1.10 1999/05/27 16:16:02 nectar Exp $ # DISTNAME= gnomeicu-0.64 @@ -13,12 +13,13 @@ MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \ MAINTAINER= nectar@FreeBSD.ORG -LIB_DEPENDS= panel_applet.1:${PORTSDIR}/x11/gnomecore \ - gdk_imlib.3:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= panel_applet.1:${PORTSDIR}/x11/gnomecore + +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}" CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome .include -- cgit v1.2.3