diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-07 23:05:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-07 23:05:14 +0800 |
commit | b7e3b0f0d990ca207216e3493c458be64723120c (patch) | |
tree | 18ce4a27012f518722db929995a2f3948c972b1a /multimedia | |
parent | e77eecc02b57f4343e2224ccd8f68e6aca4ddae9 (diff) | |
download | freebsd-ports-gnome-b7e3b0f0d990ca207216e3493c458be64723120c.tar.gz freebsd-ports-gnome-b7e3b0f0d990ca207216e3493c458be64723120c.tar.zst freebsd-ports-gnome-b7e3b0f0d990ca207216e3493c458be64723120c.zip |
Support stage
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ruby-flvtool2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/ruby-flvtool2/Makefile b/multimedia/ruby-flvtool2/Makefile index bdbe6b4fc7fc..5d16e67c0fb3 100644 --- a/multimedia/ruby-flvtool2/Makefile +++ b/multimedia/ruby-flvtool2/Makefile @@ -7,13 +7,12 @@ CATEGORIES= multimedia ruby MASTER_SITES= RUBYFORGE MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ruby- -EXTRACT_SUFX= .tgz MAINTAINER= gslin@gslin.org COMMENT= Manipulation tool for Macromedia Flash Video files +USES= tar:tgz USE_RUBY= yes USE_RUBY_SETUP= yes -NO_STAGE= yes .include <bsd.port.mk> |