diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-03 09:03:13 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-03 09:19:35 +0000 |
commit | b6a8ce62f440da424603f07f50b4064ea3d69353 (patch) | |
tree | 10e3e69bdc6f96ec827a51564187981a5034092f | |
parent | 23dc2213efbe6fa7627d12ce15043625d02a30ad (diff) | |
download | ports-b6a8ce62f440da424603f07f50b4064ea3d69353.tar.gz ports-b6a8ce62f440da424603f07f50b4064ea3d69353.zip |
databases/proftpd-mod_sql_odbc: Add CPE information
USES=cpe was removed per default in the master port so add it here now.
Approved by: portmgr (blanket)
-rw-r--r-- | databases/proftpd-mod_sql_odbc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/proftpd-mod_sql_odbc/Makefile b/databases/proftpd-mod_sql_odbc/Makefile index f9f3a4fb8221..eec50b2cbe6c 100644 --- a/databases/proftpd-mod_sql_odbc/Makefile +++ b/databases/proftpd-mod_sql_odbc/Makefile @@ -15,6 +15,8 @@ DESCR= ${.CURDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../../ftp/proftpd +USES= cpe + CONFIGURE_ARGS= LIBS=-liodbc \ LD_LIBRARY_PATH="${LOCALBASE}/lib" \ LDFLAGS="-L${LOCALBASE}/lib" |