diff options
author | marcus <marcus@FreeBSD.org> | 2009-05-19 01:08:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-05-19 01:08:19 +0800 |
commit | 45a62d1ae49958d02eed71ef4f2dbdc60586ac55 (patch) | |
tree | 54f219e17fb1e0bc58beb441500109cd2523fe3e /x11-toolkits | |
parent | 5f83234be0ffcf78b5b0da5d2d7d603b0de57cba (diff) | |
download | freebsd-ports-gnome-45a62d1ae49958d02eed71ef4f2dbdc60586ac55.tar.gz freebsd-ports-gnome-45a62d1ae49958d02eed71ef4f2dbdc60586ac55.tar.zst freebsd-ports-gnome-45a62d1ae49958d02eed71ef4f2dbdc60586ac55.zip |
Fix the CUPS dependency.
PR: 134641
Submitted by: dinoex
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 1923e274077f..b11e8f79de62 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --enable-debug=yes .if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && \ !defined(WITHOUT_CUPS) -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client CONFIGURE_ARGS+=--enable-cups=auto PLIST_SUB+= CUPS:="" .else diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 1923e274077f..b11e8f79de62 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --enable-debug=yes .if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && \ !defined(WITHOUT_CUPS) -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client CONFIGURE_ARGS+=--enable-cups=auto PLIST_SUB+= CUPS:="" .else |