diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-05 20:15:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-05 20:15:53 +0800 |
commit | 832c2a1f4b49e327ebee531342635142d4b26db0 (patch) | |
tree | 3b3d38366ec59f7cfa9740a4b270519cfc1441eb /x11-toolkits/qt4-gui/Makefile | |
parent | 54a02a34a709814b411e3e1ea6b127c93c6e82c9 (diff) | |
download | freebsd-ports-gnome-832c2a1f4b49e327ebee531342635142d4b26db0.tar.gz freebsd-ports-gnome-832c2a1f4b49e327ebee531342635142d4b26db0.tar.zst freebsd-ports-gnome-832c2a1f4b49e327ebee531342635142d4b26db0.zip |
- Reconvert to USE_XORG
Submitted by: Baptiste Daroussin (via #bsdports)
Diffstat (limited to 'x11-toolkits/qt4-gui/Makefile')
-rw-r--r-- | x11-toolkits/qt4-gui/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index a3d5677da55a..a37e8a0ae22b 100644 --- a/x11-toolkits/qt4-gui/Makefile +++ b/x11-toolkits/qt4-gui/Makefile @@ -8,7 +8,7 @@ PORTNAME= gui PORTVERSION= ${QT4_VERSION} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES?= x11-toolkits MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- @@ -18,7 +18,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt graphical user interface library -LIB_DEPENDS?= png:${PORTSDIR}/graphics/png +LIB_DEPENDS?= png:${PORTSDIR}/graphics/png \ + fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig USE_QT_VER= 4 QT_COMPONENTS= qmake_build moc_build rcc_build uic_build corelib @@ -27,7 +28,8 @@ QT_DIST= yes HAS_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/lib/qt4 -USE_XLIB= yes +USE_XORG= xrender xrandr xinerama inputproto xfixes \ + sm xcursor xext x11 ice xi xt ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH |