diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-05-18 13:56:18 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-05-18 13:56:18 +0000 |
commit | 512a567ee188bf96fbaf7197ac5d0e6c68ba7edf (patch) | |
tree | b723b0f0c2848fcfb2ebef3cc0e52e7bc4352db6 /x11-toolkits/qt33 | |
parent | 5764b99e0cad151efc3b581d054596bfb6329149 (diff) | |
download | ports-512a567ee188bf96fbaf7197ac5d0e6c68ba7edf.tar.gz ports-512a567ee188bf96fbaf7197ac5d0e6c68ba7edf.zip |
Notes
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 7e03ba2c8c3e..a14f4c7e34c1 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -111,7 +111,7 @@ CONFIGURE_ARGS+=-disable-opengl .endif # WITHOUT_OPENGL .if !defined(WITHOUT_CUPS) -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include .elif defined(WITHOUT_CUPS) CUPS= |