diff options
author | arved <arved@FreeBSD.org> | 2008-06-15 18:47:46 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2008-06-15 18:47:46 +0000 |
commit | 17202c89e79d5dec16c7ead05adff48e1f477461 (patch) | |
tree | 1fb65ba950844ea9b7cbd94a7765ad0710cc36a0 /x11-toolkits | |
parent | e48e0a38117c82749ebfced723e5560225422d50 (diff) | |
download | FreeBSD-ports-17202c89e79d5dec16c7ead05adff48e1f477461.zip FreeBSD-ports-17202c89e79d5dec16c7ead05adff48e1f477461.tar.gz |
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 5234942..7e03ba2 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 |