diff options
Diffstat (limited to 'databases/postgresql-plruby/Makefile')
-rw-r--r-- | databases/postgresql-plruby/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index 32fd82b425a6..0c7f1060c849 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -15,8 +15,8 @@ GH_ACCOUNT= CraigCottingham GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= f8d9ced -USES= uidfix tar:bzip2 -USE_PGSQL= server +USES+= uidfix tar:bzip2 pgsql +WANT_PGSQL= server USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_RUBY_RDOC= yes @@ -51,8 +51,6 @@ post-build: cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} rdoc .endif -.include <bsd.port.pre.mk> - post-install: @${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ ${INSTALL_DATA} ${WRKDIR}/createlang.sql ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ @@ -67,4 +65,4 @@ post-install: >> ${TMPPLIST} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |