aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-05-20 19:27:55 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-05-20 19:27:55 +0000
commitf4f4e577d0685d1aa2194593e31419c3e06c1e44 (patch)
tree1258f2abfec1f77547ac0d323ca6960c0b127bc1 /ftp/proftpd
parent1feca72f56169da5ade06f46ecb37be464ce3023 (diff)
downloadports-f4f4e577d0685d1aa2194593e31419c3e06c1e44.tar.gz
ports-f4f4e577d0685d1aa2194593e31419c3e06c1e44.zip
- Fix build with sql enabled
- Bump portrevision PR: ports/112551 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer) Reported by: T.J. Saunders Approved by: portmgr (erwin)
Notes
Notes: svn path=/head/; revision=191579
Diffstat (limited to 'ftp/proftpd')
-rw-r--r--ftp/proftpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 57ad16c663d5..9e356e75d667 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= proftpd
DISTVERSION= 1.3.1rc2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \
ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \
@@ -171,7 +171,7 @@ LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib
.endif
.if ${MODULES:M*mod_sql_*}
-MODULES:=${MODULES}:mod_sql
+MODULES:=mod_sql${MODULES}
.endif
.if defined(WITH_OPENSSL)