diff options
author | ade <ade@FreeBSD.org> | 2000-09-13 06:44:27 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-13 06:44:27 +0800 |
commit | 10f02a4e867385af27cc13b689c3a107eb3d2326 (patch) | |
tree | 63832da8f2bc41378b3a9762f93e86abfb2b8a6b /net/gabber/Makefile | |
parent | f39711d50787b4bb341c59d0814b1351ecc67ee5 (diff) | |
download | freebsd-ports-gnome-10f02a4e867385af27cc13b689c3a107eb3d2326.tar.gz freebsd-ports-gnome-10f02a4e867385af27cc13b689c3a107eb3d2326.tar.zst freebsd-ports-gnome-10f02a4e867385af27cc13b689c3a107eb3d2326.zip |
Update to 0.7.0
PR: 20349 (in part - I reworked it)
Submitted by: maintainer
Diffstat (limited to 'net/gabber/Makefile')
-rw-r--r-- | net/gabber/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/gabber/Makefile b/net/gabber/Makefile index 60bdbc40f2f6..f4311e1d3614 100644 --- a/net/gabber/Makefile +++ b/net/gabber/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gabber -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,18 +15,18 @@ MAINTAINER= erich@tacni.net LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ gtkmm-1.2.1:${PORTSDIR}/x11-toolkits/gtk-- \ - gnomemm-1.1.2:${PORTSDIR}/x11-toolkits/gnome-- \ + gnomemm-1.1.3:${PORTSDIR}/x11-toolkits/gnome-- \ sigc.1:${PORTSDIR}/devel/libsigc++ \ gnet.0:${PORTSDIR}/net/gnet \ glade.4:${PORTSDIR}/devel/libglade -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes -USE_AUTOCONF= yes +LIBTOOLFILES= configure jabberoo/configure CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}" GLIB_CONFIG="${GLIB_CONFIG}" \ GNOME_LIBCONFIG_PATH="${LOCALBASE}/lib:${X11BASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" \ |