aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/gnomeicu2
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-05-30 12:04:53 +0800
committersteve <steve@FreeBSD.org>1999-05-30 12:04:53 +0800
commite87b6ab2b7930db0ffba06cbeda74f89330cbb99 (patch)
tree64ce58048de2138701d8f4fdf65e35d78a4893ff /net-im/gnomeicu2
parentf33f8d71c75cb27fe46cc0fe9a3a290d2c1ba3e7 (diff)
downloadfreebsd-ports-gnome-e87b6ab2b7930db0ffba06cbeda74f89330cbb99.tar.gz
freebsd-ports-gnome-e87b6ab2b7930db0ffba06cbeda74f89330cbb99.tar.zst
freebsd-ports-gnome-e87b6ab2b7930db0ffba06cbeda74f89330cbb99.zip
Use new gnome libs.
PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'net-im/gnomeicu2')
-rw-r--r--net-im/gnomeicu2/Makefile9
1 files changed, 5 insertions, 4 deletions
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>
32e0d2cc1cae3c9'>Ladies and gentlemen, I give you QT 2.3.0!des2001-03-1411-153/+42 * Fix build for alpha.will2001-03-111-1/+7 * Bump libmng shlib version.will2001-03-101-1/+1 * Fix PLIST.will2001-03-051-1/+2 * Fix "yes" infinite loop.will2001-03-051-2/+1 * Use a relative include for the files/manpages file.alex2001-02-221-1/+1 * Update QT2 to 2.2.4: Re-add USE_MESA, remove antialiasing patch, removewill2001-02-048-348/+128 * Add missed manpage.sobomax2001-01-291-0/+1 * Fix bogons related to WANT_STATIC.will2001-01-241-2/+3 * Add workaround (CFLAGS+=-frerun-cse-after-loops) for breakage in GCCwill2001-01-221-1/+5 * Install threaded qt2 library. Nuke GL dependency (should have listenedwill2001-01-082-5/+6 * kio8-* encoding improvementkevlo2001-01-056-1/+212 * Fix build for XFree86 4.0.2 users: use threads by default in QT even thoughwill2000-12-262-9/+18 * Add in antialiasing support (PORTREVISION conditional on whether AAwill2000-12-222-11/+27 * Update to QT 2.2.3. This upgrade includes the addition of MNG supportwill2000-12-194-7/+8 * Update to QT 2.2.2; mostly minor bugfixes. Required for KDE 2.0.1.will2000-12-063-17/+10 * Numerous fixes and improvements:sobomax2000-11-204-16/+62 * Add GIF support by default.will2000-11-041-6/+1 * Remove NO_LATEST_LINK=yes to facilitate QT2/KDE2.will2000-10-301-1/+0 * Sigh.. fix another bogon.. and take a logic class.will2000-10-291-1/+1 * Add a blurb that tells users that GIF support is disabled by defaultwill2000-10-291-0/+11 * Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...will2000-10-253-5/+6 * @dirrm share/doc/qt2/html/designer/stylesheet-imagesasami2000-10-171-0/+1 * Mental note: be sure to double-check the PLIST. This stylesheet-imageswill2000-10-161-1/+0 * Add WANT_STATIC option, basically it adds support for compiling a staticwill2000-09-172-2/+41 * Update to QT 2.2.0 release. Satoshi will handle the USE_QT2 upgrade, whichwill2000-09-125-82/+101 * Typo (qanvasview -> qcanvasview).asami2000-09-101-1/+1 * Update the manpage listing.will2000-09-081-0/+64 * Update to 20000829A snapshot. Disable kdenetwork2 for the time being sowill2000-08-304-66/+327 * Add one manpage and one shlib link.asami2000-08-132-0/+2 * Re-add GL; it was my mistake in removing it - I'd assumed that GL was stillwill2000-08-111-0/+1 * Fix my not-tested-enough KDE2-related ports. :-(will2000-07-301-7/+12 * Update to 20000724A (custom-rolled snapshot). Rejoice, because nowwill2000-07-294-40/+105 * Bump png shared library version.sobomax2000-07-041-1/+1 * Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1 * Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1 * Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-3/+1 * Allow HAVE_UNISYS_LICENSE to work too.will2000-06-091-1/+1 * Update to version 2.1.1.imura2000-05-303-4/+15 * Update to version Qt-2.1.0 !imura2000-04-153-9/+4 * Update to version Qt-2.1.0 beta4.imura2000-04-155-9/+19 * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3 * Update to version 2.1.0 beta3.imura2000-03-243-6/+10 * Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgradejseger2000-03-211-1/+1 * Update to Qt Free Edition version 2.1.0 Beta 2.imura2000-03-075-117/+245 * Mark this port FORBIDDEN after a repo-copy while Imura-san works on anasami2000-03-041-0/+2 * Decrease a patch.imura1999-11-271-1/+2 * Add 'cd ${WRKSRC}' when make install.imura1999-10-311-21/+21 * Update to Qt-2.0.2imura1999-10-025-15/+31 * The place to install header files is changed.imura1999-09-202-246/+246 * RESTRICTED if QT_GIF_AVAILABLE is set.cpiazza1999-09-01