diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/ruby-gdbm | |
parent | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412346
Diffstat (limited to 'databases/ruby-gdbm')
-rw-r--r-- | databases/ruby-gdbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-gdbm/Makefile b/databases/ruby-gdbm/Makefile index ca35014dc666..546009ac7720 100644 --- a/databases/ruby-gdbm/Makefile +++ b/databases/ruby-gdbm/Makefile @@ -16,8 +16,8 @@ COMMENT= Ruby extension to GDBM library LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual -FETCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch -LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm +FETCH_DEPENDS= ${NONEXISTENT}:${RUBY_PORT}:patch +LIB_DEPENDS= libgdbm.so:databases/gdbm PLIST_FILES= %%RUBY_ARCHLIBDIR%%/gdbm.so USE_RUBY= yes |