diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 17:09:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 17:09:39 +0000 |
commit | 44942206537e05ab35910e7f007e9f6268ad9172 (patch) | |
tree | 4faaf120851a343a31617be37c778f3f45dc23f8 /databases | |
parent | cd4cf50280fb010e8a96722cc368df31a8c63821 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/proftpd-mod_sql_postgres/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/proftpd-mod_sql_postgres/Makefile b/databases/proftpd-mod_sql_postgres/Makefile index 3d10690cd011..fd9c6f40e900 100644 --- a/databases/proftpd-mod_sql_postgres/Makefile +++ b/databases/proftpd-mod_sql_postgres/Makefile @@ -12,10 +12,9 @@ LICENSE= GPLv2 DESCR= ${.CURDIR}/pkg-descr -LATEST_LINK= ${PKGNAMEPREFIX}-${PORTNAME} MASTERDIR= ${.CURDIR}/../../ftp/proftpd -USE_PGSQL= yes +USES= pgsql INCLUDEDIRS= ${LOCALBASE}/include LIBDIRS= ${LOCALBASE}/lib |