diff options
-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 7ca7299..eef202a 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 |