diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-18 06:45:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-18 06:45:20 +0800 |
commit | e0c4ca43109f57ffbde264082fbd29a1e1eff2a6 (patch) | |
tree | 52067f1c7683e78d94a7f1237b49d66595dcd97e /ftp/proftpd | |
parent | f756c5bf8464e50105faaac91ef92e4f03004124 (diff) | |
download | freebsd-ports-gnome-e0c4ca43109f57ffbde264082fbd29a1e1eff2a6.tar.gz freebsd-ports-gnome-e0c4ca43109f57ffbde264082fbd29a1e1eff2a6.tar.zst freebsd-ports-gnome-e0c4ca43109f57ffbde264082fbd29a1e1eff2a6.zip |
- Fix build with mysql
- Bump PORTREVISION
PR: 108055
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
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 c9097d6dce39..39862954e4da 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= proftpd DISTVERSION= 1.3.1rc2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ @@ -154,7 +154,7 @@ LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib .if defined(WITH_MYSQL) USE_MYSQL= yes MODULES:=${MODULES}:mod_sql:mod_sql_mysql -INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include +INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include:${LOCALBASE}/include/mysql LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib/mysql PLIST_SUB+= MYSQL="" .else |