diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-05 06:30:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-05 06:30:45 +0800 |
commit | d442a88e725b35e3a674a09103210512110e7d5e (patch) | |
tree | d4db3f7336bea88976eee4d80f7a82dc84b679d6 /x11-themes/kde4-windeco-crystal/Makefile | |
parent | 86a600be1a4e57d09fb4d0a0b4278163b855547a (diff) | |
download | freebsd-ports-gnome-d442a88e725b35e3a674a09103210512110e7d5e.tar.gz freebsd-ports-gnome-d442a88e725b35e3a674a09103210512110e7d5e.tar.zst freebsd-ports-gnome-d442a88e725b35e3a674a09103210512110e7d5e.zip |
- Update to 2.0.3
- Connect to the build
PR: 133698
Submitted by: zloidemon <g.veniamin@googlemail.com>
Diffstat (limited to 'x11-themes/kde4-windeco-crystal/Makefile')
-rw-r--r-- | x11-themes/kde4-windeco-crystal/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/x11-themes/kde4-windeco-crystal/Makefile b/x11-themes/kde4-windeco-crystal/Makefile index fedba41ac59e..1cd0ff12c6e6 100644 --- a/x11-themes/kde4-windeco-crystal/Makefile +++ b/x11-themes/kde4-windeco-crystal/Makefile @@ -6,21 +6,20 @@ # PORTNAME= crystal -PORTVERSION= 1.0.7 +PORTVERSION= 2.0.3 CATEGORIES= x11-themes kde MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= kde-windeco- -DISTNAME= 13969-${PORTNAME}-${PORTVERSION} +DISTNAME= 75140-${PORTNAME}-${PORTVERSION} -MAINTAINER= decept0@gmail.com +MAINTAINER= g.veniamin@googlemail.com COMMENT= Transparent KDE window decoration USE_BZIP2= yes -USE_KDEBASE_VER=3 -USE_AUTOTOOLS= libtool:15 +USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace +USE_QT_VER= 4 +QT_COMPONENTS= corelib qmake_build moc_build rcc_build uic_build +USE_CMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - .include <bsd.port.mk> |