aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-06-20 06:19:21 +0800
committermarcus <marcus@FreeBSD.org>2004-06-20 06:19:21 +0800
commitf7cc53716720b35590d6f179dfc73217dc3e02e0 (patch)
treeeff6f8eb6dff447e9ac14e549168992c89517e45 /news
parentcd67fff9b599bd4d1f5d70d4b49f7d3c13ecf64f (diff)
downloadfreebsd-ports-gnome-f7cc53716720b35590d6f179dfc73217dc3e02e0.tar.gz
freebsd-ports-gnome-f7cc53716720b35590d6f179dfc73217dc3e02e0.tar.zst
freebsd-ports-gnome-f7cc53716720b35590d6f179dfc73217dc3e02e0.zip
Add an explicit dependency on gtk20 to fix the build when WITHOUT_GTKSPELL
is defined. Reported by: Herbert J. Skuhra <herbert.skuhra@gmx.at>
Diffstat (limited to 'news')
-rw-r--r--news/pan2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile
index 548dc2856e3a..a8f5b3706852 100644
--- a/news/pan2/Makefile
+++ b/news/pan2/Makefile
@@ -22,7 +22,7 @@ LIB_DEPENDS= gnet-2.0.0:${PORTSDIR}/net/gnet2
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gnometarget libxml2
+USE_GNOME= gnomeprefix gnomehack gnometarget libxml2 gtk20
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib -lgnuregex -lcompat"