diff options
author | marcus <marcus@FreeBSD.org> | 2006-08-08 22:57:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-08-08 22:57:30 +0800 |
commit | 2a28547419135f9e387161f5ae06e117b49ae08c (patch) | |
tree | 9c245aa89e832730e4b0c8544cb62a642773970c /devel | |
parent | 3fc8ab3d645b35075eadcd4fcb30ae7714b2e6e7 (diff) | |
download | freebsd-ports-gnome-2a28547419135f9e387161f5ae06e117b49ae08c.tar.gz freebsd-ports-gnome-2a28547419135f9e387161f5ae06e117b49ae08c.tar.zst freebsd-ports-gnome-2a28547419135f9e387161f5ae06e117b49ae08c.zip |
Now that ORBit2 no longer depends on popt, add an explicit dependency here
to fix the build.
Reported by: pointyhat via kris
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gconf2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 4e1a7b6f432d..1b084f024208 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -8,7 +8,7 @@ PORTNAME= gconf2 PORTVERSION= 2.14.0 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -22,6 +22,8 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt + USE_GMAKE= yes USE_GETTEXT= yes USE_X_PREFIX= yes |