diff options
Diffstat (limited to 'www/mod_auth_openid/Makefile')
-rw-r--r-- | www/mod_auth_openid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_auth_openid/Makefile b/www/mod_auth_openid/Makefile index 929d782300d2..fed7049ad9a6 100644 --- a/www/mod_auth_openid/Makefile +++ b/www/mod_auth_openid/Makefile @@ -14,8 +14,8 @@ COMMENT= Authentication module for the Apache 2 webserver with OpenID LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libopkele.so:${PORTSDIR}/devel/libopkele \ - libsqlite3.so:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= libopkele.so:devel/libopkele \ + libsqlite3.so:databases/sqlite3 USE_GITHUB= yes GH_ACCOUNT= bmuller |