diff options
Diffstat (limited to 'misc/gnomeutils2')
-rw-r--r-- | misc/gnomeutils2/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/misc/gnomeutils2/Makefile b/misc/gnomeutils2/Makefile index 2b18eb0ab01b..0200e1f452ff 100644 --- a/misc/gnomeutils2/Makefile +++ b/misc/gnomeutils2/Makefile @@ -14,21 +14,15 @@ DISTNAME= gnome-utils-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ - gtop.1:${PORTSDIR}/devel/libgtop \ +LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \ guile.9:${PORTSDIR}/lang/guile \ glade.4:${PORTSDIR}/devel/libglade -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_GMAKE= yes +USE_GNOME= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" pre-patch: |