From 067323992b50314646f0c9e5470b7d6ccea79f8a Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 1 Sep 2009 07:19:45 +0000 Subject: [PATCH] Use devel/gettext module. "sure" sthen@ (maintainer) --- textproc/iksemel/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index 707ca35f080..b8560b3eeca 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2009/02/18 13:53:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2009/09/01 07:19:45 ajacoutot Exp $ COMMENT= XML parser designed for Jabber applications DISTNAME= iksemel-1.3 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 SHARED_LIBS= iksemel 0.1 # .4.0 @@ -20,7 +20,9 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= http://iksemel.googlecode.com/files/ -WANTLIB= c gcrypt gpg-error iconv intl tasn1 z +MODULES= devel/gettext + +WANTLIB= c gcrypt gpg-error tasn1 z LIB_DEPENDS= gnutls.>=12::security/gnutls USE_LIBTOOL= Yes