svn commit: r319954 - head/mail/dspam-devel

Jason Helfman jgh at FreeBSD.org
Wed Jun 5 07:25:19 UTC 2013


Author: jgh
Date: Wed Jun  5 07:25:18 2013
New Revision: 319954
URL: http://svnweb.freebsd.org/changeset/ports/319954

Log:
  - fix conversion of PGSQL

Modified:
  head/mail/dspam-devel/Makefile

Modified: head/mail/dspam-devel/Makefile
==============================================================================
--- head/mail/dspam-devel/Makefile	Wed Jun  5 07:04:03 2013	(r319953)
+++ head/mail/dspam-devel/Makefile	Wed Jun  5 07:25:18 2013	(r319954)
@@ -204,7 +204,7 @@ SUB_LIST+=	CLAMD=
 _DBDRV_COUNT=	# blank, but defined so we can check against it
 _DBDRV=		pgsql_drv,sqlite3_drv,sqlite_drv,hash_drv,mysql_drv,
 
-.if ${PORT_OPTIONS:MPGQL}
+.if ${PORT_OPTIONS:MPGSQL}
 USE_PGSQL=	yes
 CONFIGURE_ARGS+=	--with-pgsql-includes=${LOCALBASE}/include \
 		--with-pgsql-libraries=${LOCALBASE}/lib


More information about the svn-ports-all mailing list