diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:12:22 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:12:22 +0000 |
commit | eb8748bedad607ac907ca3545ad41d6931f779fc (patch) | |
tree | c89b8aa93cae0953f125b8444f09a7c67d6adcf9 /sysutils/gnome-control-center | |
parent | 42bc424f618b6148fae4b6088ace14057513f0bc (diff) |
Notes
Diffstat (limited to 'sysutils/gnome-control-center')
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index fcee8782726d..eab2f2c028e6 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -61,9 +61,9 @@ OPTIONS_DEFINE_amd64= CHEESE OPTIONS_DEFAULT_amd64= CHEESE CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client \ libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient -CUPS_CONFIGURE_ENABLE= cups +CUPS_CONFIGURE_ENABLE= cups CHEESE_LIB_DEPENDS= libcheese.so:${PORTSDIR}/multimedia/cheese -CHEESE_CONFIGUE_WITH= cheese +CHEESE_CONFIGUE_WITH= cheese .include <bsd.port.options.mk> |