aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/proftpd
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-05-21 03:27:55 +0800
committersat <sat@FreeBSD.org>2007-05-21 03:27:55 +0800
commitf9f626719473b4a203cd5ae94730385dc3bec404 (patch)
treeee0b544a7f66501552ad9cd72822e31c6b108a15 /ftp/proftpd
parentf8ac314330caed937c6760dfaa5d2fe747faea81 (diff)
downloadfreebsd-ports-gnome-f9f626719473b4a203cd5ae94730385dc3bec404.tar.gz
freebsd-ports-gnome-f9f626719473b4a203cd5ae94730385dc3bec404.tar.zst
freebsd-ports-gnome-f9f626719473b4a203cd5ae94730385dc3bec404.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)
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)