diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-12-23 10:08:52 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-12-23 10:08:52 +0000 |
commit | d26a0f8adbc24de0746942a5b61cfb1860739692 (patch) | |
tree | e67ebf720ed673b50959d853934f7f8173212f4a /deskutils/kluje/Makefile | |
parent | 6cda786e805f85157c78d60579b22728da8469f8 (diff) | |
download | ports-d26a0f8adbc24de0746942a5b61cfb1860739692.tar.gz ports-d26a0f8adbc24de0746942a5b61cfb1860739692.zip |
Notes
Diffstat (limited to 'deskutils/kluje/Makefile')
-rw-r--r-- | deskutils/kluje/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/deskutils/kluje/Makefile b/deskutils/kluje/Makefile index 8e5820378ef6..c5d5021b0551 100644 --- a/deskutils/kluje/Makefile +++ b/deskutils/kluje/Makefile @@ -13,17 +13,13 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A KDE application for submitting updates to livejournal.com +COMMENT= A KDE client for the popular online journal site LiveJournal USE_KDELIBS_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes -BROKEN= "Does not compile" -EXPIRATION_DATE=2005-02-18 -DEPRECATED= ${BROKEN} - post-patch: @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} |