- NEED_MOTIF -> USE_MOTIF (Noticed by me, fix from maintainer)
- Add a dependency to gettext for the mule flavor (From maintainer) Ok: maintainer Jean-Yves Burlett <jeav-yves@burlett.org> and jakob@
This commit is contained in:
parent
7882271d50
commit
def0f0c8a0
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2001/07/18 10:59:01 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2001/08/11 23:11:14 heko Exp $
|
||||
|
||||
#
|
||||
# Description
|
||||
@ -125,7 +125,7 @@ USE_X11= Yes
|
||||
CONFIGURE_ARGS+= --with-menubars=lucid
|
||||
|
||||
. if ${FLAVOR:L:Mmotif}
|
||||
NEED_MOTIF= Yes
|
||||
USE_MOTIF= any
|
||||
CONFIGURE_ARGS+=--with-scrollbars=motif \
|
||||
--with-dialogs=motif
|
||||
. else
|
||||
@ -192,6 +192,9 @@ CONFIGURE_ARGS+=--with-database=berkdb
|
||||
.if ${FLAVOR:L:Mmule}
|
||||
CONFIGURE_ARGS+=--with-mule
|
||||
|
||||
# this one is not "toggle-able" in the configure script
|
||||
LIB_DEPENDS+= intl.1::devel/gettext
|
||||
|
||||
. if ${FLAVOR:L:Mcanna}
|
||||
LIB_DEPENDS+= canna16::japanese/canna
|
||||
CONFIGURE_ARGS+=--with-canna
|
||||
|
Loading…
Reference in New Issue
Block a user