summaryrefslogtreecommitdiff
path: root/misc/gnomeutils2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gnomeutils2/Makefile')
-rw-r--r--misc/gnomeutils2/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/misc/gnomeutils2/Makefile b/misc/gnomeutils2/Makefile
index 2480f0f6c2f3..5e7764e553ea 100644
--- a/misc/gnomeutils2/Makefile
+++ b/misc/gnomeutils2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomeutils
-PORTVERSION= 1.0.51
+PORTVERSION= 1.2.0
CATEGORIES= misc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-utils
@@ -14,9 +14,7 @@ DISTNAME= gnome-utils-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
-BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
-RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
-LIB_DEPENDS= obgnome.1:${PORTSDIR}/lang/gnomeobjc
+LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
@@ -24,12 +22,9 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome \
- --with-gnome=${PREFIX}
+ --datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
-MAN1= gtt.1
-
.include <bsd.port.mk>