diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-28 02:07:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-28 02:07:04 +0800 |
commit | 23a562db77e7431c5b33cfda38ce3fc698d24a57 (patch) | |
tree | ff43b34845a469d09446be3b7ab23ce5d377b3ec /devel/libgtop/Makefile | |
parent | 165d03e534de97d12ed074932c05bd700d454a08 (diff) | |
download | marcuscom-ports-23a562db77e7431c5b33cfda38ce3fc698d24a57.tar.gz marcuscom-ports-23a562db77e7431c5b33cfda38ce3fc698d24a57.tar.zst marcuscom-ports-23a562db77e7431c5b33cfda38ce3fc698d24a57.zip |
Update to 2.19.4, and add an lsof wrapper so that we can provide the list
of open files and the process's working directory.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9083 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r-- | devel/libgtop/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index cdc1eda59..b4d50860b 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libgtop/Makefile,v 1.5 2006/10/02 23:26:51 ahze Exp $ +# $MCom: ports/devel/libgtop/Makefile,v 1.16 2007/06/09 00:04:02 marcus Exp $ # PORTNAME= libgtop -PORTVERSION= 2.19.3 +PORTVERSION= 2.19.4 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -17,6 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 top library LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof USE_BZIP2= yes USE_PERL5_BUILD=yes |