diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-22 03:29:07 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-22 03:29:07 +0000 |
commit | 7c1884a8da7a635af0667af9fe0103bed8ccfd97 (patch) | |
tree | ca4072742441a2d0bf65d6a941d7b49435c5eaa9 /devel/rubygem-launchy | |
parent | b918981e435a6b84b9c11e4b1f1d772f569c83fd (diff) | |
download | ports-7c1884a8da7a635af0667af9fe0103bed8ccfd97.tar.gz ports-7c1884a8da7a635af0667af9fe0103bed8ccfd97.zip |
Notes
Diffstat (limited to 'devel/rubygem-launchy')
-rw-r--r-- | devel/rubygem-launchy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rubygem-launchy/Makefile b/devel/rubygem-launchy/Makefile index 72474b1910d6..f94b621d271d 100644 --- a/devel/rubygem-launchy/Makefile +++ b/devel/rubygem-launchy/Makefile @@ -12,10 +12,10 @@ MASTER_SITES= RG MAINTAINER= rpsfa@rit.edu COMMENT= A helper class for launching cross-platform applications -RUN_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake \ - rubygem-configuration>=1.1.0:${PORTSDIR}/devel/rubygem-configuration +RUN_DEPENDS= rubygem-configuration>=1.1.0:${PORTSDIR}/devel/rubygem-configuration USE_RUBY= yes +USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES+= bin/launchy |