From 86d2e76ed8ab6d8242f31e559c89c280ecca531d Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 10 Nov 2012 14:57:13 +0000 Subject: [PATCH] This needs the gettext MODULE. --- x11/e17/eio/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/x11/e17/eio/Makefile b/x11/e17/eio/Makefile index 309fdfe33b2..cd85daf743d 100644 --- a/x11/e17/eio/Makefile +++ b/x11/e17/eio/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2012/11/10 14:54:24 stsp Exp $ +# $OpenBSD: Makefile,v 1.2 2012/11/10 14:57:13 ajacoutot Exp $ COMMENT = async i/o library DISTNAME = eio-1.7.1 +REVISION = 0 SHARED_LIBS += eio 0.0 # 8.1 @@ -12,8 +13,10 @@ PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB += crypto ecore eet eina glib-2.0 iconv intl jpeg m pcre -WANTLIB += pthread ssl z +WANTLIB += crypto ecore eet eina glib-2.0 jpeg m pcre pthread +WANTLIB += ssl z + +MODULES = devel/gettext LIB_DEPENDS = x11/e17/eina>=2.0 \ x11/e17/eet>=2.0 \