diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 543a125752a..9eb5fbd01bd 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -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