svn commit: r365719 - head/mail/milter-manager

John Marino marino at FreeBSD.org
Sat Aug 23 10:12:25 UTC 2014


Author: marino
Date: Sat Aug 23 10:12:25 2014
New Revision: 365719
URL: http://svnweb.freebsd.org/changeset/ports/365719
QAT: https://qat.redports.org/buildarchive/r365719/

Log:
  mail/milter-manager: Explictly request ports package system
  
  Without this configure argument, the makefile will assume it's building
  on pkgsrc when building on DragonFly.  No-Op for FreeBSD.

Modified:
  head/mail/milter-manager/Makefile

Modified: head/mail/milter-manager/Makefile
==============================================================================
--- head/mail/milter-manager/Makefile	Sat Aug 23 09:25:30 2014	(r365718)
+++ head/mail/milter-manager/Makefile	Sat Aug 23 10:12:25 2014	(r365719)
@@ -21,6 +21,7 @@ GNU_CONFIGURE=	yes
 MAKE_ARGS+=	pkgconfigdir=${PREFIX}/libdata/pkgconfig
 CONFIGURE_ARGS=	CPPFLAGS="-I${LOCALBASE}/include" \
 		--with-libev \
+		--with-package-platform=freebsd \
 		LDFLAGS="-L${LOCALBASE}/lib -lintl"
 USES=		gmake pkgconfig libtool
 USE_GNOME=	glib20 intltool


More information about the svn-ports-all mailing list