diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-30 13:44:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-30 13:44:32 +0000 |
commit | 78e2c9a98db64b88b2f9c405b44be43372dc69b1 (patch) | |
tree | 5dd6e1672ca39dffe7658e34c361efbb762caef0 /misc | |
parent | 0862d11953b9bde9affa1463f50462546d0377b1 (diff) | |
download | ports-78e2c9a98db64b88b2f9c405b44be43372dc69b1.tar.gz ports-78e2c9a98db64b88b2f9c405b44be43372dc69b1.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gcstar/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/gcstar/Makefile b/misc/gcstar/Makefile index 4ec255da86cc..454ef7e5e4fd 100644 --- a/misc/gcstar/Makefile +++ b/misc/gcstar/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcstar PORTVERSION= 1.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://download.gna.org/gcstar/ \ http://djdomics.free.fr/distfiles/ @@ -16,14 +16,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \ p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ - p5-Archive-Tar>=0:archivers/p5-Archive-Tar \ p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ p5-libwww>=0:www/p5-libwww \ p5-MP3-Info>=0:audio/p5-MP3-Info \ p5-MP3-Tag>=0:audio/p5-MP3-Tag \ p5-Ogg-Vorbis-Header-PurePerl>=0:audio/p5-Ogg-Vorbis-Header-PurePerl \ p5-XML-Simple>=0:textproc/p5-XML-Simple \ - p5-Time-Piece>=0:devel/p5-Time-Piece \ p5-Gtk2-Spell>=0:devel/p5-Gtk2-Spell \ p5-DateTime-Format-Strptime>=0:devel/p5-DateTime-Format-Strptime \ p5-Date-Calc>=0:devel/p5-Date-Calc \ |