Repair after last commit: the MODULES=cpan at the top of Makefile was

overriden by MODULES=devel/gettext addition.
This commit is contained in:
landry 2011-07-11 18:02:16 +00:00
parent 54066adc97
commit 94e7773575

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.11 2011/07/06 21:09:55 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.12 2011/07/11 18:02:16 landry Exp $
COMMENT= Perl interface to gpgme COMMENT= Perl interface to gpgme
SHARED_ONLY= Yes SHARED_ONLY= Yes
MODULES= cpan
DISTNAME= Crypt-GpgME-0.08 DISTNAME= Crypt-GpgME-0.08
REVISION= 2 REVISION= 2
CATEGORIES= devel security CATEGORIES= devel security
@ -19,7 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= gpg-error gpgme WANTLIB= gpg-error gpgme
MODULES= devel/gettext MODULES= cpan devel/gettext
LIB_DEPENDS= security/gpgme>=1.1.4 LIB_DEPENDS= security/gpgme>=1.1.4