diff options
Diffstat (limited to 'x11-themes/qtcurve-kde3/Makefile')
-rw-r--r-- | x11-themes/qtcurve-kde3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/qtcurve-kde3/Makefile b/x11-themes/qtcurve-kde3/Makefile index 60e28a033c07..240e9bd332bc 100644 --- a/x11-themes/qtcurve-kde3/Makefile +++ b/x11-themes/qtcurve-kde3/Makefile @@ -6,19 +6,19 @@ # PORTNAME= qtcurve -PORTVERSION= 0.69.1 -PORTREVISION= 2 +PORTVERSION= 1.4.1 CATEGORIES= x11-themes MASTER_SITES= http://home.freeuk.com/cpdrummond/ \ http://craigd.wikispaces.com/file/view/ PKGNAMEPREFIX= kde-style- DISTNAME= QtCurve-KDE3-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= makc@FreeBSD.org COMMENT= QtCurve KDE3 widget style USE_BZIP2= yes USE_CMAKE= yes -USE_KDEBASE_VER=3 +USE_QT_VER= 3 +CMAKE_ARGS= -DQT_PLUGINS_DIR=${PREFIX}/lib/plugins .include <bsd.port.mk> |