diff options
author | bapt <bapt@FreeBSD.org> | 2012-06-03 01:15:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-06-03 01:15:49 +0800 |
commit | a405355db2c823b396e7dd86a9549e76f36bd4da (patch) | |
tree | aaba377adec99cbbc5486482467a843e1262b21e /x11-toolkits | |
parent | 38a4c49dfa06fe2d66299e000705c83758f1ddb6 (diff) | |
download | freebsd-ports-gnome-a405355db2c823b396e7dd86a9549e76f36bd4da.tar.gz freebsd-ports-gnome-a405355db2c823b396e7dd86a9549e76f36bd4da.tar.zst freebsd-ports-gnome-a405355db2c823b396e7dd86a9549e76f36bd4da.zip |
Really fix qt33
Submitted by: Oliver Pinter <oliver.pinter@gmail.com>
Pointy hat to: bapt
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 5b16296b1ddd..6eb8c5e9ced7 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -111,7 +111,6 @@ CONFIGURE_ARGS+=-disable-opengl .if ${PORT_OPTIONS:MCUPS} LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client -.else CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include .endif @@ -119,7 +118,7 @@ CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include LIB_DEPENDS+= audio:${PORTSDIR}/audio/nas CONFIGURE_ARGS+=-system-nas-sound -no-pch .else -CONFIGURE_ARGS+=-no-nas-sound +CONFIGURE_ARGS+=-no-nas-sound -no-pch .endif .if ${PORT_OPTIONS:MKDE_PATCHES} |