diff options
author | johans <johans@FreeBSD.org> | 2009-03-12 04:40:05 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2009-03-12 04:40:05 +0800 |
commit | 9aa88e26cb946719a3550166d0eecafaeb7150fc (patch) | |
tree | e3aedad309fca581f26772eb1b066853527884cf /deskutils/ljclive | |
parent | 8c7b2f12ee58aed36285772898f72928c35f616a (diff) | |
download | freebsd-ports-graphics-9aa88e26cb946719a3550166d0eecafaeb7150fc.tar.gz freebsd-ports-graphics-9aa88e26cb946719a3550166d0eecafaeb7150fc.tar.zst freebsd-ports-graphics-9aa88e26cb946719a3550166d0eecafaeb7150fc.zip |
Make dependency on gnu libiconv explicit
Diffstat (limited to 'deskutils/ljclive')
-rw-r--r-- | deskutils/ljclive/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/deskutils/ljclive/Makefile b/deskutils/ljclive/Makefile index 13ec7e5aab7..2f8d7db6e9b 100644 --- a/deskutils/ljclive/Makefile +++ b/deskutils/ljclive/Makefile @@ -7,6 +7,7 @@ PORTNAME= clive PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ljclive @@ -14,10 +15,17 @@ MASTER_SITE_SUBDIR= ljclive MAINTAINER= johans@stack.nl COMMENT= A command line client for posting LiveJournal entries +USE_ICONV= yes + MAN1= clive.1 GNU_CONFIGURE= yes CONFLICTS= *clive-[1-9]* -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +post-patch: + @${REINPLACE_CMD} 's/iconv "iconv/"iconv/' ${WRKSRC}/configure + +.include <bsd.port.post.mk> |