diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-08-07 18:44:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-08-07 18:44:26 +0000 |
commit | e371edec739575d1a566312c2776f569545acf72 (patch) | |
tree | dcde7a11b18cbd96e3b7117426696298e3a86fae /devel/libbonobo | |
parent | 92dfba977242dbdceb1a554c5e881a9425081026 (diff) | |
download | ports-e371edec739575d1a566312c2776f569545acf72.tar.gz ports-e371edec739575d1a566312c2776f569545acf72.zip |
Notes
Diffstat (limited to 'devel/libbonobo')
-rw-r--r-- | devel/libbonobo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index cd6dff5609d1..08555a4df1e2 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -8,7 +8,7 @@ PORTNAME= libbonobo PORTVERSION= 2.14.0 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -21,6 +21,8 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt + USE_GMAKE= yes USE_BISON= yes USE_GETTEXT= yes |