svn commit: r325688 - head/mail/courier

Bryan Drewery bdrewery at FreeBSD.org
Fri Aug 30 13:17:53 UTC 2013


Author: bdrewery
Date: Fri Aug 30 13:17:53 2013
New Revision: 325688
URL: http://svnweb.freebsd.org/changeset/ports/325688

Log:
  - Fix build after autotools update [1]
  - Add missing pkgconfig dependency [2]
  
  Reported by:	Marat Bakeev <hawara at Hawara.com> via ports@ [1]
  PR:		ports/179934 [2]
  Reported by:	Evgeni Dimitrov <evgeni.dimitrov at gmail.com> [2]
  Approved by:	maintainer timeout

Modified:
  head/mail/courier/Makefile

Modified: head/mail/courier/Makefile
==============================================================================
--- head/mail/courier/Makefile	Fri Aug 30 13:15:31 2013	(r325687)
+++ head/mail/courier/Makefile	Fri Aug 30 13:17:53 2013	(r325688)
@@ -57,12 +57,12 @@ CALENDIR=	/var/spool/calendar
 MIMETYPES=	${LOCALBASE}/etc/mime.types
 WITH_TRANSPORT=	local esmtp dsn
 
-USE_AUTOTOOLS=	libtool aclocal
+USE_AUTOTOOLS=	libtool aclocal automake
 AUTOMAKE_ARGS=	--add-missing
 USE_BZIP2=	yes
 USE_GCC=	any
 USE_FAM=	yes
-USES=		gettext
+USES=		gettext pkgconfig
 USE_GMAKE=	yes
 USE_OPENSSL=	yes
 USE_PERL5=	yes


More information about the svn-ports-head mailing list