fix on vax

This commit is contained in:
espie 2013-07-06 08:32:06 +00:00
parent b1ca94d708
commit 1a14efe846

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2013/03/21 08:48:53 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.8 2013/07/06 08:32:06 espie Exp $
COMMENT= GNU implementation of the SASL framework
@ -7,6 +7,7 @@ CATEGORIES= security
HOMEPAGE= http://www.gnu.org/software/gsasl/
MASTER_SITES= ${MASTER_SITE_GNU:=gsasl/}
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
REVISION = 0
SHARED_LIBS += gsasl 0.0 # 14.6
@ -19,6 +20,9 @@ WANTLIB+= gcrypt gpg-error idn
LIB_DEPENDS= devel/libidn \
security/libgcrypt
# non-shared does not inherit LIB_DEPENDS
LIB_DEPENDS += security/libgpg-error
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu