Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2016 23:53:50 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422288 - head/mail/elmo
Message-ID:  <201609162353.u8GNroY1076120@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 16 23:53:50 2016
New Revision: 422288
URL: https://svnweb.freebsd.org/changeset/ports/422288

Log:
  - Switch to USES=localbase
  - Cosmetic fixes

Modified:
  head/mail/elmo/Makefile

Modified: head/mail/elmo/Makefile
==============================================================================
--- head/mail/elmo/Makefile	Fri Sep 16 23:52:51 2016	(r422287)
+++ head/mail/elmo/Makefile	Fri Sep 16 23:53:50 2016	(r422288)
@@ -14,24 +14,20 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 CONFLICTS=	elmo-devel-[0-9]*
 
-OPTIONS_DEFINE=	GPGME NLS
-
 GNU_CONFIGURE=	yes
-USES=		iconv ncurses shebangfix perl5
-USE_OPENSSL=	yes
-USE_PERL5=	run
+USES=		iconv localbase ncurses shebangfix perl5 ssl
 SHEBANG_FILES=	src/elmoconf.pl
+USE_PERL5=	run
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+OPTIONS_DEFINE=	GPGME NLS
+OPTIONS_SUB=	yes
 
 GPGME_DESC=		GnuPG support using GPGME
 GPGME_LIB_DEPENDS=	libgpgme.so:security/gpgme
 GPGME_CONFIGURE_ENV_OFF=ac_cv_header_gpgme_h=no
 NLS_CONFIGURE_ON=	--with-libintl-prefix="${LOCALBASE}"
 NLS_CONFIGURE_OFF=	--disable-nls
-NLS_USES=	gettext
-OPTIONS_SUB=	yes
+NLS_USES=		gettext
 
 post-patch:
 	@${REINPLACE_CMD} -e '/if test/s|==|=|g' ${WRKSRC}/configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609162353.u8GNroY1076120>