diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-20 03:06:20 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-20 03:06:20 +0800 |
commit | 15b2da4e7400e4784657201f206a7ccf00cea053 (patch) | |
tree | b494f0d4af7b3545290e2aefde4e83a06e9c1025 /x11-themes/gtk-qt-engine | |
parent | ee72fd0ff89d000d5eac8e5afb3bee4740fa0cc1 (diff) | |
download | marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.gz marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.bz2 marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.lz marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.xz marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.zst marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.zip |
Sync w/ FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7073 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/gtk-qt-engine')
-rw-r--r-- | x11-themes/gtk-qt-engine/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/x11-themes/gtk-qt-engine/Makefile b/x11-themes/gtk-qt-engine/Makefile index 69ff1e0da..9889046a4 100644 --- a/x11-themes/gtk-qt-engine/Makefile +++ b/x11-themes/gtk-qt-engine/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-qt-engine PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= http://people.freedesktop.org/~davidsansome/ \ http://freebsd.ricin.com/ports/distfiles/ @@ -15,8 +15,7 @@ MASTER_SITES= http://people.freedesktop.org/~davidsansome/ \ MAINTAINER= danny@ricin.com COMMENT= GTK-QT Theme Engine allows GTK2 apps to use QT (KDE) themes -LIB_DEPENDS= kdecore:${PORTSDIR}/x11/kdelibs3 \ - bonoboui-2:${PORTSDIR}/x11-toolkits/libbonoboui +LIB_DEPENDS= kdecore:${PORTSDIR}/x11/kdelibs3 USE_BZIP2= yes USE_GMAKE= yes @@ -32,6 +31,12 @@ CONFIGURE_ARGS+=--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include OPTIONS= BONOBOUI "With libbonoboui (recommended)" on +.include <bsd.port.pre.mk> + +.if !defined(WITHOUT_BONOBOUI) +LIB_DEPENDS+= bonoboui-2:${PORTSDIR}/x11-toolkits/libbonoboui +.endif + pre-configure: @${REINPLACE_CMD} -e "s|/share/themes/|${LOCALBASE}/share/themes/|" \ ${WRKSRC}/kcm_gtk/kcmgtk.cpp @@ -47,4 +52,4 @@ post-install: @${RM} /tmp/menu/kcmgtk.menu @if [ "`ls /tmp/menu`" = "" ]; then ${RMDIR} /tmp/menu; fi -.include <bsd.port.mk> +.include <bsd.port.post.mk> |