summaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorreg <reg@FreeBSD.org>2000-10-05 07:17:31 +0000
committerreg <reg@FreeBSD.org>2000-10-05 07:17:31 +0000
commit68dad4980b984b6c03859651af5eefb37c1c9d90 (patch)
treea1b402b639681e7623529a2295404459e0d45edf /finance
parent30fb8569371544b140cbfbe9d8d545a551b7a815 (diff)
downloadFreeBSD-ports-68dad4980b984b6c03859651af5eefb37c1c9d90.zip
FreeBSD-ports-68dad4980b984b6c03859651af5eefb37c1c9d90.tar.gz
Implement USE_GNOME, part 2.
Diffstat (limited to 'finance')
-rw-r--r--finance/gnomepm/Makefile17
1 files changed, 4 insertions, 13 deletions
diff --git a/finance/gnomepm/Makefile b/finance/gnomepm/Makefile
index f1fe86b..f36637a 100644
--- a/finance/gnomepm/Makefile
+++ b/finance/gnomepm/Makefile
@@ -13,22 +13,13 @@ DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
-LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
- ghttp.1:${PORTSDIR}/www/libghttp
-RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
+LIB_DEPENDS= ghttp.1:${PORTSDIR}/www/libghttp
USE_X_PREFIX= yes
+USE_GNOME= yes
GNU_CONFIGURE= yes
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome
-CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
- GTK_CONFIG="${GTK_CONFIG}" \
- CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
OpenPOWER on IntegriCloud