summaryrefslogtreecommitdiff
path: root/net-im
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-im
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-im')
-rw-r--r--net-im/gnomeicu/Makefile9
-rw-r--r--net-im/gnomeicu2/Makefile9
2 files changed, 10 insertions, 8 deletions
diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile
index e6e572f4783b..05f403c04f56 100644
--- a/net-im/gnomeicu/Makefile
+++ b/net-im/gnomeicu/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>
diff --git a/net-im/gnomeicu2/Makefile b/net-im/gnomeicu2/Makefile
index e6e572f4783b..05f403c04f56 100644
--- a/net-im/gnomeicu2/Makefile
+++ b/net-im/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>