diff options
author | ade <ade@FreeBSD.org> | 2002-04-14 07:21:55 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-04-14 07:21:55 +0800 |
commit | cb25ed469396f5c0d986b387c53817755d05bec3 (patch) | |
tree | dc0b9ab884f6b4b4b0d630b76ac839a406b58d7c /sysutils | |
parent | c10903ab4a9c69985693f1ddb7f011881bef776d (diff) | |
download | freebsd-ports-gnome-cb25ed469396f5c0d986b387c53817755d05bec3.tar.gz freebsd-ports-gnome-cb25ed469396f5c0d986b387c53817755d05bec3.tar.zst freebsd-ports-gnome-cb25ed469396f5c0d986b387c53817755d05bec3.zip |
Missed these two in yesterday's uber-patch owing to a botched local
tree merge problem.
Pointy hat to: ade
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-system-monitor/Makefile | 6 | ||||
-rw-r--r-- | sysutils/gnomesystemmonitor/Makefile | 6 | ||||
-rw-r--r-- | sysutils/gtop/Makefile | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index 3aecb438c0d6..e9d0d3b18523 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/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 ; \ diff --git a/sysutils/gnomesystemmonitor/Makefile b/sysutils/gnomesystemmonitor/Makefile index 3aecb438c0d6..e9d0d3b18523 100644 --- a/sysutils/gnomesystemmonitor/Makefile +++ b/sysutils/gnomesystemmonitor/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 ; \ diff --git a/sysutils/gtop/Makefile b/sysutils/gtop/Makefile index 3aecb438c0d6..e9d0d3b18523 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 ; \ |