From cb25ed469396f5c0d986b387c53817755d05bec3 Mon Sep 17 00:00:00 2001 From: ade Date: Sat, 13 Apr 2002 23:21:55 +0000 Subject: Missed these two in yesterday's uber-patch owing to a botched local tree merge problem. Pointy hat to: ade --- sysutils/gtop/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sysutils/gtop') diff --git a/sysutils/gtop/Makefile b/sysutils/gtop/Makefile index 3aecb43..e9d0d3b 100644 --- a/sysutils/gtop/Makefile +++ b/sysutils/gtop/Makefile @@ -7,19 +7,23 @@ PORTNAME= gtop PORTVERSION= 1.0.13 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gtop MAINTAINER= gnome@FreeBSD.org +BUILD_DEPENDS= msgfmt-old:${PORTSDIR}/devel/gettext-old LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop USE_X_PREFIX= yes USE_GNOME= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib" \ + MSGFMT="${LOCALBASE}/bin/msgfmt-old" \ + XGETTEXT="${LOCALBASE}/bin/xgettext-old" pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ -- cgit v1.1