diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
commit | 4cb60faedd280bf4b0b07bd947bd9087e09d4357 (patch) | |
tree | 68afea909ff5f83c22ece4ec8e2ae5959483778d /security/pam-pgsql | |
parent | 5b6c7671efda9fa65107199c83addafb2a6f9dca (diff) | |
download | freebsd-ports-4cb60faedd280bf4b0b07bd947bd9087e09d4357.zip |
Finally retire USE_PGSQL
Diffstat (limited to 'security/pam-pgsql')
-rw-r--r-- | security/pam-pgsql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile index bce1dc35732e..5cf634d25ba4 100644 --- a/security/pam-pgsql/Makefile +++ b/security/pam-pgsql/Makefile @@ -15,8 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libmhash.so:${PORTSDIR}/security/mhash \ libgcrypt.so:${PORTSDIR}/security/libgcrypt -USES= libtool -USE_PGSQL= yes +USES= libtool pgsql GNU_CONFIGURE= yes SUB_FILES= pkg-message |