[Midnightbsd-cvs] mports [19966] trunk/mail/courier/Makefile: fix some depends issues with courier

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 22 18:11:21 EDT 2015


Revision: 19966
          http://svnweb.midnightbsd.org/mports/?rev=19966
Author:   laffer1
Date:     2015-08-22 18:11:21 -0400 (Sat, 22 Aug 2015)
Log Message:
-----------
fix some depends issues with courier

Modified Paths:
--------------
    trunk/mail/courier/Makefile

Modified: trunk/mail/courier/Makefile
===================================================================
--- trunk/mail/courier/Makefile	2015-08-22 22:07:18 UTC (rev 19965)
+++ trunk/mail/courier/Makefile	2015-08-22 22:11:21 UTC (rev 19966)
@@ -11,7 +11,7 @@
 LICENSE=	gpl3
 
 BUILD_DEPENDS=	courierauthconfig:${PORTSDIR}/security/courier-authlib-base
-LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 RUN_DEPENDS=	courierauthconfig:${PORTSDIR}/security/courier-authlib-base \
 		${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool \
 		${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support \
@@ -57,10 +57,7 @@
 MIMETYPES=	${LOCALBASE}/etc/mime.types
 WITH_TRANSPORT=	local esmtp dsn
 
-USE_AUTOTOOLS=	libtool aclocal
-USE_GCC=	any
-USE_FAM=	yes
-USES=		gettext gmake tar:bzip2
+USES=		fam gettext gmake libtool perl5 pkgconfig tar:bzip2
 USE_OPENSSL=	yes
 USE_PERL5=	yes
 USE_SUBMAKE=	yes
@@ -67,6 +64,7 @@
 
 USE_RC_SUBR=	courier
 
+GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 MAKE_ENV:=	${CONFIGURE_ENV}



More information about the Midnightbsd-cvs mailing list