diff options
author | sat <sat@FreeBSD.org> | 2007-05-21 03:27:55 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-05-21 03:27:55 +0800 |
commit | f9f626719473b4a203cd5ae94730385dc3bec404 (patch) | |
tree | ee0b544a7f66501552ad9cd72822e31c6b108a15 /ftp/proftpd | |
parent | f8ac314330caed937c6760dfaa5d2fe747faea81 (diff) | |
download | freebsd-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/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) |