summaryrefslogtreecommitdiff
path: root/net/gnomeicu2
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-30 04:04:53 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-30 04:04:53 +0000
commit6729c90da380e059886ac05e35e9ab466567253c (patch)
tree41df18fd6acf17ad46eb30515412ab75f0d4c101 /net/gnomeicu2
parentNew location onf MASTER_SITE. (diff)
Use new gnome libs.
PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=19122
Diffstat (limited to 'net/gnomeicu2')
-rw-r--r--net/gnomeicu2/Makefile9
1 files changed, 5 insertions, 4 deletions
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 <bsd.port.mk>