diff options
Diffstat (limited to 'net/vino/Makefile')
-rw-r--r-- | net/vino/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index 7c7fbb456..402fe7c9c 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -3,7 +3,7 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $MCom: ports/net/vino/Makefile,v 1.42 2007/07/01 16:18:38 mezz Exp $ +# $MCom: ports/net/vino/Makefile,v 1.43 2007/07/10 03:33:14 ahze Exp $ # PORTNAME= vino @@ -31,4 +31,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GCONF_SCHEMAS= vino-server.schemas +.if !defined(WITHOUT_NOTIFY) +LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify +CONFIGURE_ARGS+=--enable-libnotify=yes +.else +CONFIGURE_ARGS+=--enable-libnotify=no +.endif + .include <bsd.port.mk> |