diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-24 03:41:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-24 03:41:20 +0800 |
commit | d027a53a91494e96f926389c0b6148d103a37d1d (patch) | |
tree | 991fd90a4156878aa87ad6f532d89d695d592567 /devel | |
parent | 62e373bc08efd7a663f9001a45c39792dabec091 (diff) | |
download | freebsd-ports-gnome-d027a53a91494e96f926389c0b6148d103a37d1d.tar.gz freebsd-ports-gnome-d027a53a91494e96f926389c0b6148d103a37d1d.tar.zst freebsd-ports-gnome-d027a53a91494e96f926389c0b6148d103a37d1d.zip |
Add a missing LIB_DEPENDS on popt.
PR: 58462
Submitted by: Jens Rehsack <rehsack@liwing.de>
Reported by: bento via kris
Diffstat (limited to 'devel')
-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 |