diff options
author | alane <alane@FreeBSD.org> | 2002-09-20 15:22:48 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-09-20 15:22:48 +0000 |
commit | fb18aef3ee94aa0b72423fdb1438d103d2877d4f (patch) | |
tree | a633d64e210a44b1262c00ccbd4c00184ac66cc1 /graphics | |
parent | 616423717eb3b7d5a33aa8aa2ace7028af25715a (diff) | |
download | FreeBSD-ports-fb18aef3ee94aa0b72423fdb1438d103d2877d4f.zip FreeBSD-ports-fb18aef3ee94aa0b72423fdb1438d103d2877d4f.tar.gz |
Marked BROKEN. kde3 version in progress. Bump PORTREVISION.
Diffstat (limited to 'graphics')
-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 |