diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-27 22:29:54 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-27 22:29:54 +0800 |
commit | 6584f72a8c9fe58c743294c6c578410a937f74d4 (patch) | |
tree | ef50d1a4a4ff66127e30557a9205a4f3986d9434 | |
parent | ffd9c6e81e968901b46ced27db3faeb7cb8831fe (diff) | |
download | marcuscom-ports-6584f72a8c9fe58c743294c6c578410a937f74d4.tar marcuscom-ports-6584f72a8c9fe58c743294c6c578410a937f74d4.tar.gz marcuscom-ports-6584f72a8c9fe58c743294c6c578410a937f74d4.tar.bz2 marcuscom-ports-6584f72a8c9fe58c743294c6c578410a937f74d4.tar.lz marcuscom-ports-6584f72a8c9fe58c743294c6c578410a937f74d4.tar.xz marcuscom-ports-6584f72a8c9fe58c743294c6c578410a937f74d4.tar.zst marcuscom-ports-6584f72a8c9fe58c743294c6c578410a937f74d4.zip |
Fix location of librest
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19923 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 8f1f8c8ed..281fa61d6 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -61,7 +61,7 @@ CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client CUPS_CONFIGURE_ENABLE= cups CLOUDPRINT_DESC= Cloud printing support CLOUDPRINT_CONFIGURE_ENABLE= cloudprint -CLOUDPRINT_LIB_DEPENDS= librest-0.7.so:${PORTSDIR}/www/librest \ +CLOUDPRINT_LIB_DEPENDS= librest-0.7.so:${PORTSDIR}/devel/librest \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib DEBUG_CONFIGURE_ENABLE=debug |