diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-03 14:17:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-03 14:17:23 +0000 |
commit | 8065a5ed4c8538c1e762618ab5df312852bcdcb8 (patch) | |
tree | 4beef8bc47b14a3258b51f5b043ef398c3033935 /x11-wm/libcompizconfig | |
parent | e6c442b05368ca09613f687c68607379e6a1c1ff (diff) | |
download | ports-8065a5ed4c8538c1e762618ab5df312852bcdcb8.tar.gz ports-8065a5ed4c8538c1e762618ab5df312852bcdcb8.zip |
Notes
Diffstat (limited to 'x11-wm/libcompizconfig')
-rw-r--r-- | x11-wm/libcompizconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/libcompizconfig/Makefile b/x11-wm/libcompizconfig/Makefile index a3e389b8b2a8..5602143f35d8 100644 --- a/x11-wm/libcompizconfig/Makefile +++ b/x11-wm/libcompizconfig/Makefile @@ -27,7 +27,7 @@ USE_GNOME= gnomehack intltool libxml2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -OPTONS_DEFINE= INOTIFY +OPTIONS_DEFINE= INOTIFY OPTIONS_DEFAULT= INOTIFY INOTIFY_DESC?= Enable inotify support |