Drop the gettext module.
ok jca@
This commit is contained in:
parent
7285a4d926
commit
be6ba9a5f6
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2016/11/11 09:48:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2016/11/11 12:07:00 danj Exp $
|
||||
|
||||
COMMENT= mail purpose library
|
||||
|
||||
@ -6,7 +6,7 @@ GH_ACCOUNT= dinhviethoa
|
||||
GH_PROJECT= libetpan
|
||||
GH_TAGNAME= 1.7.2
|
||||
CATEGORIES= mail devel
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
SHARED_LIBS= etpan 17.0 # 20.0
|
||||
|
||||
@ -17,16 +17,15 @@ MAINTAINER= Daniel Jakots <obsd@chown.me>
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB += crypto curl expat m nghttp2 pthread sasl2 ssl stdc++ z
|
||||
|
||||
MODULES= devel/gettext
|
||||
WANTLIB += crypto curl expat iconv m nghttp2 pthread sasl2 ssl stdc++ z
|
||||
|
||||
AUTOCONF_VERSION= 2.69
|
||||
AUTOMAKE_VERSION= 1.15
|
||||
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool
|
||||
LIB_DEPENDS+= net/curl \
|
||||
LIB_DEPENDS+= converters/libiconv \
|
||||
net/curl \
|
||||
security/cyrus-sasl2
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
Loading…
x
Reference in New Issue
Block a user