diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2008-06-15 18:47:46 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2008-06-15 18:47:46 +0000 |
commit | 845299be09c1386d9237b66644cded94774dc77c (patch) | |
tree | 236652463c564d19f29ad1a55324e50ec29bf258 /x11-toolkits | |
parent | - Fixing wrong file modes. (diff) |
Add dependency on xorg modules xinerama xm inputproto and xi to fix build
if XFT and NAS are disabled
PR: 124512
Submitted by: gahr
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 523494254483..7e03ba2c8c3e 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -8,7 +8,7 @@ PORTNAME= qt PORTVERSION= 3.3.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES?= x11-toolkits ipv6 MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-free-${PORTVERSION} @@ -29,6 +29,7 @@ CONFLICTS= linguist-0.* qt-2.* qt-3.0.* \ xfmail-1.5.5_[1-2] USE_BZIP2= yes +USE_XORG= xinerama sm inputproto xi REINPLACE_ARGS= -i "" HAS_CONFIGURE= yes USE_LDCONFIG= yes |