diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-22 18:02:02 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-22 18:02:02 +0800 |
commit | bc13a348046629e21c1bc3e713cc42fc0b1201af (patch) | |
tree | 4882f5c491d2e564221c7b64e89ae86ebdc56072 /deskutils | |
parent | e6dda0154b899406573e294f14e3e6fd7cc88124 (diff) | |
download | marcuscom-ports-bc13a348046629e21c1bc3e713cc42fc0b1201af.tar marcuscom-ports-bc13a348046629e21c1bc3e713cc42fc0b1201af.tar.gz marcuscom-ports-bc13a348046629e21c1bc3e713cc42fc0b1201af.tar.bz2 marcuscom-ports-bc13a348046629e21c1bc3e713cc42fc0b1201af.tar.lz marcuscom-ports-bc13a348046629e21c1bc3e713cc42fc0b1201af.tar.xz marcuscom-ports-bc13a348046629e21c1bc3e713cc42fc0b1201af.tar.zst marcuscom-ports-bc13a348046629e21c1bc3e713cc42fc0b1201af.zip |
The port doesn't build without multimedia/cheese. Comment out cheese-less options so we can remember to check in the future.
Discussed with: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18910 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-contacts/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/deskutils/gnome-contacts/Makefile b/deskutils/gnome-contacts/Makefile index 2d8bc6101..da6db68d9 100644 --- a/deskutils/gnome-contacts/Makefile +++ b/deskutils/gnome-contacts/Makefile @@ -1,6 +1,6 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/deskutils/gnome-contacts/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom$ PORTNAME= gnome-contacts PORTVERSION= 3.6.2 @@ -25,22 +25,22 @@ LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.Contacts.gschema.xml -CHEESE_DESC= Cheese webcam support +#CHEESE_DESC= Cheese webcam support -OPTIONS_DEFINE_i386= CHEESE -OPTIONS_DEFAULT_i386= CHEESE -OPTIONS_DEFINE_amd64= CHEESE -OPTIONS_DEFAULT_amd64= CHEESE +#OPTIONS_DEFINE_i386= CHEESE +#OPTIONS_DEFAULT_i386= CHEESE +#OPTIONS_DEFINE_amd64= CHEESE +#OPTIONS_DEFAULT_amd64= CHEESE .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MCHEESE} +#.if ${PORT_OPTIONS:MCHEESE} CONFIGURE_ARGS+=--with-cheese BUILD_DEPENDS+= cheese>=3.0.1:${PORTSDIR}/multimedia/cheese LIB_DEPENDS+= libcheese-gtk.so:${PORTSDIR}/multimedia/cheese -.else -BROKEN= sorry cheese less build is currently borken -CONFIGURE_ARGS+=--without-cheese -.endif +#.else +#BROKEN= sorry cheese less build is currently borken +#CONFIGURE_ARGS+=--without-cheese +#.endif .include <bsd.port.mk> |