svn commit: r315186 - head/mail/p5-Mail-SpamAssassin

Beech Rintoul beech at FreeBSD.org
Sun Mar 24 23:58:51 UTC 2013


Author: beech
Date: Sun Mar 24 23:58:50 2013
New Revision: 315186
URL: http://svnweb.freebsd.org/changeset/ports/315186

Log:
  - Fix depend gnupg1
  
  PR:		ports/177359
  Submitted by:	Doug Barton <dougb at FreeBSD.org>

Modified:
  head/mail/p5-Mail-SpamAssassin/Makefile

Modified: head/mail/p5-Mail-SpamAssassin/Makefile
==============================================================================
--- head/mail/p5-Mail-SpamAssassin/Makefile	Sun Mar 24 23:55:12 2013	(r315185)
+++ head/mail/p5-Mail-SpamAssassin/Makefile	Sun Mar 24 23:58:50 2013	(r315186)
@@ -87,7 +87,7 @@ PLIST_SUB+=	SSL="@comment "
 .endif
 
 .if !defined(WITHOUT_GNUPG)
-RUN_DEPENDS+=	gnupg>=1.4.7:${PORTSDIR}/security/gnupg
+RUN_DEPENDS+=	gnupg>=1.4.7:${PORTSDIR}/security/gnupg1
 .endif
 
 .if defined(WITH_MYSQL)


More information about the svn-ports-head mailing list