diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-11-10 19:40:10 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-11-10 19:40:10 +0000 |
commit | 127d3d956d0c5cd6aa606b064432f8a87ed401c7 (patch) | |
tree | 6e8c97811c7b5d548455d2166a5525cb77645619 /x11-themes/gtk-qt-engine | |
parent | 07575f8e8aae16dc0103284e8aea3721c7a65116 (diff) | |
download | ports-127d3d956d0c5cd6aa606b064432f8a87ed401c7.tar.gz ports-127d3d956d0c5cd6aa606b064432f8a87ed401c7.zip |
Fix PREFIX mixup.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=121321
Diffstat (limited to 'x11-themes/gtk-qt-engine')
-rw-r--r-- | x11-themes/gtk-qt-engine/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-themes/gtk-qt-engine/Makefile b/x11-themes/gtk-qt-engine/Makefile index 16904fb782b9..08cb74621b9a 100644 --- a/x11-themes/gtk-qt-engine/Makefile +++ b/x11-themes/gtk-qt-engine/Makefile @@ -7,19 +7,20 @@ PORTNAME= gtk-qt-engine PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= http://www.freedesktop.org/Software/gtk-qt/ MAINTAINER= danny@ricin.com COMMENT= GTK-QT Theme Engine allows GTK2 apps to use QT (KDE) themes +LIB_DEPENDS= kdecore:${PORTSDIR}/x11/kdelibs3 + USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_LIBTOOL_VER=15 USE_GNOME= gnomehack gtk20 -USE_KDELIBS_VER=3 USE_QT_VER= 3 USE_REINPLACE= yes |