diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-08-10 11:47:36 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-08-10 11:47:36 +0000 |
commit | 1f8475f22f8d8bb9c6054ead276e33153e3b573a (patch) | |
tree | 1e7b22352a31c0762d4f7d0726861139ea86a514 /x11/qimageblitz/Makefile | |
parent | 9a6142d406ab92ebb826f5a0db82728b0a705d6b (diff) |
Notes
Diffstat (limited to 'x11/qimageblitz/Makefile')
-rw-r--r-- | x11/qimageblitz/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/qimageblitz/Makefile b/x11/qimageblitz/Makefile index f0e39a186de8..8644a9e4621f 100644 --- a/x11/qimageblitz/Makefile +++ b/x11/qimageblitz/Makefile @@ -7,23 +7,20 @@ PORTNAME= qimageblitz PORTVERSION= 0.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= SF MAINTAINER= kde@FreeBSD.org -COMMENT= KDE 4 integrated X11 desktop +COMMENT= Graphical effects and filters library for KDE4 USE_BZIP2= yes -GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_QT_VER= 4 QT_COMPONENTS= gui qmake_build moc_build uic_build rcc_build USE_CMAKE= yes -CMAKE_VERBOSE= yes post-patch: - ${MKDIR} ${WRKSRC} ${REINPLACE_CMD} -e \ 's,$${LIB_INSTALL_DIR}/pkgconfig,libdata/pkgconfig,' \ ${WRKSRC}/blitz/CMakeLists.txt |