also depend on iconv and pcre
This commit is contained in:
parent
a880d19261
commit
9a7d803109
@ -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= "network protocol analyzer"
|
||||||
COMMENT-x11= "network protocol analyzer (X11 GUI)"
|
COMMENT-x11= "network protocol analyzer (X11 GUI)"
|
||||||
@ -38,9 +38,13 @@ USE_X11= Yes
|
|||||||
MULTI_PACKAGES+= -x11
|
MULTI_PACKAGES+= -x11
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --enable-ethereal \
|
CONFIGURE_ARGS+= --enable-ethereal \
|
||||||
|
--with-pcre=${LOCALBASE} \
|
||||||
--with-glib-prefix=${LOCALBASE} \
|
--with-glib-prefix=${LOCALBASE} \
|
||||||
--with-gtk-prefix=${LOCALBASE}
|
--with-gtk-prefix=${LOCALBASE}
|
||||||
|
|
||||||
|
MODULES+= iconv
|
||||||
|
LIB_DEPENDS+= pcre::devel/pcre
|
||||||
|
|
||||||
.if ${FLAVOR:L:Mgtk1}
|
.if ${FLAVOR:L:Mgtk1}
|
||||||
CONFIGURE_ARGS+= --enable-gtk1
|
CONFIGURE_ARGS+= --enable-gtk1
|
||||||
LIB_DEPENDS+= glib.1.2,gmodule.1.2::devel/glib
|
LIB_DEPENDS+= glib.1.2,gmodule.1.2::devel/glib
|
||||||
|
Loading…
Reference in New Issue
Block a user