summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-08 13:41:20 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-08 13:41:20 +0800
commit3a08a314e9f6d6992937ed2fb5c2a7dc38b4e0b8 (patch)
treeed957eb7206cb924cf031ede44ea2ccca94e403c /devel
parent146f3d253b58c3be80c6229cda1dc50f7678a773 (diff)
downloadmarcuscom-ports-3a08a314e9f6d6992937ed2fb5c2a7dc38b4e0b8.tar
marcuscom-ports-3a08a314e9f6d6992937ed2fb5c2a7dc38b4e0b8.tar.gz
marcuscom-ports-3a08a314e9f6d6992937ed2fb5c2a7dc38b4e0b8.tar.bz2
marcuscom-ports-3a08a314e9f6d6992937ed2fb5c2a7dc38b4e0b8.tar.lz
marcuscom-ports-3a08a314e9f6d6992937ed2fb5c2a7dc38b4e0b8.tar.xz
marcuscom-ports-3a08a314e9f6d6992937ed2fb5c2a7dc38b4e0b8.tar.zst
marcuscom-ports-3a08a314e9f6d6992937ed2fb5c2a7dc38b4e0b8.zip
Add an explicit dependency on popt.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6996 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/libbonobo/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile
index b6aadd3b0..ef5021271 100644
--- a/devel/libbonobo/Makefile
+++ b/devel/libbonobo/Makefile
@@ -3,12 +3,12 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/libbonobo/Makefile,v 1.45 2006/04/13 07:52:33 bland Exp $
+# $MCom: ports/devel/libbonobo/Makefile,v 1.47 2006/07/12 17:03:26 ahze Exp $
#
PORTNAME= libbonobo
PORTVERSION= 2.15.0
-PORTREVISION?= 0
+PORTREVISION?= 1
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