diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-05-20 19:27:55 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-05-20 19:27:55 +0000 |
commit | f4f4e577d0685d1aa2194593e31419c3e06c1e44 (patch) | |
tree | 1258f2abfec1f77547ac0d323ca6960c0b127bc1 /ftp/proftpd | |
parent | imake-6 moved to imake. (diff) |
- 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/Makefile | 4 |
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) |