replace gettext module and remove empty configure argument
This commit is contained in:
parent
074de0032a
commit
3d8a6a9b04
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2017/05/08 16:36:17 schwarze Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2017/08/13 21:43:49 naddy Exp $
|
||||
|
||||
COMMENT= automatic text creation from templates
|
||||
CATEGORIES= devel
|
||||
|
||||
V= 5.8.7
|
||||
DISTNAME= autogen-${V}
|
||||
REVISION= 5
|
||||
REVISION= 6
|
||||
|
||||
SHARED_LIBS += opts 27.5 # .27.5
|
||||
SHARED_LIBS += guileopts 1.0 # .0.1
|
||||
@ -16,16 +16,15 @@ MASTER_SITES= ${MASTER_SITE_GNU:=autogen/rel${V}/}
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM=Yes
|
||||
|
||||
WANTLIB += c gmp guile ltdl lzma m pthread xml2 z
|
||||
WANTLIB += c gmp guile iconv intl ltdl lzma m pthread xml2 z
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS= lang/guile \
|
||||
LIB_DEPENDS= devel/gettext \
|
||||
lang/guile \
|
||||
textproc/libxml
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
CONFIGURE_ARGS= --without-libregex \
|
||||
--includedir=${PREFIX}/include/autogen \
|
||||
${ENABLE_SHARED}
|
||||
--includedir=${PREFIX}/include/autogen
|
||||
|
||||
MAKE_FLAGS+= INFO_DEPS=
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user