also depend on iconv and pcre

This commit is contained in:
jakob 2004-01-27 08:17:28 +00:00
parent a880d19261
commit 9a7d803109

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.81 2004/01/27 08:11:46 jakob Exp $
# $OpenBSD: Makefile,v 1.82 2004/01/27 08:17:28 jakob Exp $
COMMENT= "network protocol analyzer"
COMMENT-x11= "network protocol analyzer (X11 GUI)"
@ -38,9 +38,13 @@ USE_X11= Yes
MULTI_PACKAGES+= -x11
CONFIGURE_ARGS+= --enable-ethereal \
--with-pcre=${LOCALBASE} \
--with-glib-prefix=${LOCALBASE} \
--with-gtk-prefix=${LOCALBASE}
MODULES+= iconv
LIB_DEPENDS+= pcre::devel/pcre
.if ${FLAVOR:L:Mgtk1}
CONFIGURE_ARGS+= --enable-gtk1
LIB_DEPENDS+= glib.1.2,gmodule.1.2::devel/glib