svn commit: r335807 - head/mail/rbl-milter

Dirk Meyer dinoex at FreeBSD.org
Sat Dec 7 05:06:24 UTC 2013


Author: dinoex
Date: Sat Dec  7 05:06:24 2013
New Revision: 335807
URL: http://svnweb.freebsd.org/changeset/ports/335807

Log:
  - add USES=gmake

Modified:
  head/mail/rbl-milter/Makefile

Modified: head/mail/rbl-milter/Makefile
==============================================================================
--- head/mail/rbl-milter/Makefile	Sat Dec  7 05:05:32 2013	(r335806)
+++ head/mail/rbl-milter/Makefile	Sat Dec  7 05:06:24 2013	(r335807)
@@ -10,12 +10,11 @@ MASTER_SITES=	http://opensource.confusti
 MAINTAINER=	dinoex at FreeBSD.org
 COMMENT=	A milter that adds mail header warnings on mail from open-relays
 
-USE_RC_SUBR=	rblmilter
+USES=		gmake
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-
 CONFIGURE_ENV+=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}"
 
+USE_RC_SUBR=	rblmilter
 PLIST_FILES=	sbin/rbl-milter
 
 .if defined(NO_WERROR)


More information about the svn-ports-head mailing list