diff options
author | lofi <lofi@FreeBSD.org> | 2004-11-11 03:40:10 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-11-11 03:40:10 +0800 |
commit | 77f21ec8c5e6cec2d4d78feae4d4ac9791e409ba (patch) | |
tree | 2a54f44052018d55ae6911d22660592968970bba /x11-themes | |
parent | 42a5825f630937aea45f745e131a2cb08e79eb34 (diff) | |
download | freebsd-ports-gnome-77f21ec8c5e6cec2d4d78feae4d4ac9791e409ba.tar.gz freebsd-ports-gnome-77f21ec8c5e6cec2d4d78feae4d4ac9791e409ba.tar.zst freebsd-ports-gnome-77f21ec8c5e6cec2d4d78feae4d4ac9791e409ba.zip |
Fix PREFIX mixup.
Reported by: pointyhat via kris
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-qt-engine/Makefile | 7 | ||||
-rw-r--r-- | x11-themes/gtk-qt4-engine/Makefile | 7 |
2 files changed, 8 insertions, 6 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 diff --git a/x11-themes/gtk-qt4-engine/Makefile b/x11-themes/gtk-qt4-engine/Makefile index 16904fb782b9..08cb74621b9a 100644 --- a/x11-themes/gtk-qt4-engine/Makefile +++ b/x11-themes/gtk-qt4-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 |