diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-23 19:41:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-23 19:41:20 +0000 |
commit | 1096b6c11ff88682e5c020a7b88cd48e3197763e (patch) | |
tree | 89b4ce218a0ba50d17a33d3395380b51bea2b9c4 /devel/libgtop2 | |
parent | Update to beta5. RC1 should be coming in a week. There were a few (diff) |
Add a missing LIB_DEPENDS on popt.
PR: 58462
Submitted by: Jens Rehsack <rehsack@liwing.de>
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=91988
Diffstat (limited to 'devel/libgtop2')
-rw-r--r-- | devel/libgtop2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index 6b5d31ac658a..bab6a832f12e 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgtop2 PORTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.0 @@ -16,6 +17,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 top library +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt + USE_BZIP2= yes USE_PERL5= yes USE_GMAKE= yes |