diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-06 19:25:10 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-06 19:25:10 +0000 |
commit | 843ade1030e620014c6c2129c9d8b550bb1a66dd (patch) | |
tree | 244179cede4b2cc62a1a9144b28ef146cb2fb7cc /www/rubygem-rubyfulsoup | |
parent | 992a6ce56c63994fd9e001ab4e8ee439fab8eeb0 (diff) |
Notes
Diffstat (limited to 'www/rubygem-rubyfulsoup')
-rw-r--r-- | www/rubygem-rubyfulsoup/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/rubygem-rubyfulsoup/Makefile b/www/rubygem-rubyfulsoup/Makefile index cc2f16affe74..824f8fef8c98 100644 --- a/www/rubygem-rubyfulsoup/Makefile +++ b/www/rubygem-rubyfulsoup/Makefile @@ -13,12 +13,12 @@ DISTNAME= rubyful_soup-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Ruby port of the HTML/XML parser Beautiful Soup -BUILD_DEPENDS= rubygem-htmltools>=1.10:${PORTSDIR}/textproc/rubygem-htmltools -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-htmltools>=1.10:${PORTSDIR}/textproc/rubygem-htmltools + +GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> |