diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-09-20 15:22:48 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-09-20 15:22:48 +0000 |
commit | 654d21f0659af30106c245d0e6658dbd3c27006b (patch) | |
tree | fb5eebd5f3cb75f5d936bcc5d771aaa9a22341f5 /graphics/showimg/Makefile | |
parent | Remove CHANGES.bak.orig rather than the nonexistent CHANGES.orig. (diff) |
Marked BROKEN. kde3 version in progress. Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=66852
Diffstat (limited to 'graphics/showimg/Makefile')
-rw-r--r-- | graphics/showimg/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/showimg/Makefile b/graphics/showimg/Makefile index 7ca7299f1922..eef202abf092 100644 --- a/graphics/showimg/Makefile +++ b/graphics/showimg/Makefile @@ -8,6 +8,7 @@ PORTNAME= showimg PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.jalix.org/projects/showimg/download/${PORTVERSION}/ @@ -16,12 +17,13 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= png:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg -USE_QT_VER= 2 -USE_KDEBASE_VER= 2 +USE_KDEBASE_VER=3 USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes +BROKEN= "Author is working on new kde3 version. Coming soon." + post-patch: @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/showimg/Makefile.in |