diff options
author | swills <swills@FreeBSD.org> | 2012-03-16 03:05:42 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-16 03:05:42 +0800 |
commit | 5fe7dd15d09a455b41bae7b4c54c5f257bddbae2 (patch) | |
tree | 2e8164bc5676633222dbbb6ade6f00bf0fa2a146 /textproc | |
parent | bcd6dc686a4bf40063219a8df5653d4eaedf8636 (diff) | |
download | freebsd-ports-graphics-5fe7dd15d09a455b41bae7b4c54c5f257bddbae2.tar.gz freebsd-ports-graphics-5fe7dd15d09a455b41bae7b4c54c5f257bddbae2.tar.zst freebsd-ports-graphics-5fe7dd15d09a455b41bae7b4c54c5f257bddbae2.zip |
- Add missing DEPENDS
- Bump PORTREVISION
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Emoticon-GoogleTalk/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-Text-Emoticon-GoogleTalk/Makefile b/textproc/p5-Text-Emoticon-GoogleTalk/Makefile index a7481e859b2..429b1ccf60f 100644 --- a/textproc/p5-Text-Emoticon-GoogleTalk/Makefile +++ b/textproc/p5-Text-Emoticon-GoogleTalk/Makefile @@ -7,6 +7,7 @@ PORTNAME= Text-Emoticon-GoogleTalk PORTVERSION= 0.01 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Emoticon filter of GoogleTalk +BUILD_DEPENDS= p5-Text-Emoticon>=0:${PORTSDIR}/textproc/p5-Text-Emoticon +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Text::Emoticon::GoogleTalk.3 |