diff options
author | mat <mat@FreeBSD.org> | 2016-04-12 23:06:29 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-12 23:06:29 +0800 |
commit | 01cf3a78b78a69ccb86168262310a6509b9bd160 (patch) | |
tree | 0340677af3881c54fe20340724fd943ec1cfafc0 /net-im | |
parent | f532908c901244b5264efc08e85ce2e8b2e4baff (diff) | |
download | freebsd-ports-gnome-01cf3a78b78a69ccb86168262310a6509b9bd160.tar.gz freebsd-ports-gnome-01cf3a78b78a69ccb86168262310a6509b9bd160.tar.zst freebsd-ports-gnome-01cf3a78b78a69ccb86168262310a6509b9bd160.zip |
Unbreak.
PR: 208719
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/twitmail/Makefile | 6 | ||||
-rw-r--r-- | net-im/twitmail/pkg-descr | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/twitmail/Makefile b/net-im/twitmail/Makefile index 259df751d611..413cee59cc02 100644 --- a/net-im/twitmail/Makefile +++ b/net-im/twitmail/Makefile @@ -5,13 +5,11 @@ PORTNAME= twitmail PORTVERSION= 0.42 PORTREVISION= 1 CATEGORIES= net-im perl5 -MASTER_SITES= http://www.hardakers.net/twitmail/releases/ +MASTER_SITES= http://www.hardakers.net/code/twitmail/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Curses-based mail-like interface to Twitter -BROKEN= unfetchable - BUILD_DEPENDS= p5-DBD-SQLite>=1.12:databases/p5-DBD-SQLite \ p5-DBI>=1.60.4:databases/p5-DBI \ p5-Curses>=0:devel/p5-Curses \ @@ -21,6 +19,8 @@ BUILD_DEPENDS= p5-DBD-SQLite>=1.12:databases/p5-DBD-SQLite \ p5-TimeDate>=2.24:devel/p5-TimeDate \ p5-Getopt-GUI-Long>=0.91:devel/p5-Getopt-GUI-Long +NO_ARCH= yes + USES= perl5 USE_PERL5= configure diff --git a/net-im/twitmail/pkg-descr b/net-im/twitmail/pkg-descr index 2cd1abf8afb9..5a6bd018f16a 100644 --- a/net-im/twitmail/pkg-descr +++ b/net-im/twitmail/pkg-descr @@ -5,4 +5,4 @@ reports nothing when you have no updates to read). It'll collect all the new posts as well (up to a configurable limit), to ensure you haven't missed anything important. -WWW: http://www.hardakers.net/twitmail/ +WWW: http://www.hardakers.net/code/twitmail/ |