diff options
author | marcus <marcus@FreeBSD.org> | 2006-08-08 02:44:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-08-08 02:44:26 +0800 |
commit | a060f27eaa9e3df638c3dcb11306adfcaacd60f5 (patch) | |
tree | 92206e3269478b4127a9d8699f69ec5c78bd2b6b /devel | |
parent | ae7865728c54a093bc2037b810dc644ad8cc86a0 (diff) | |
download | freebsd-ports-gnome-a060f27eaa9e3df638c3dcb11306adfcaacd60f5.tar.gz freebsd-ports-gnome-a060f27eaa9e3df638c3dcb11306adfcaacd60f5.tar.zst freebsd-ports-gnome-a060f27eaa9e3df638c3dcb11306adfcaacd60f5.zip |
Now that ORBit2 no longer depends on popt, add it here to fix the build.
Reported by: pointyhat via kris
Diffstat (limited to 'devel')
-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 |