aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-toolkits/gnocl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile
index eadd2e5e1336..267c524278d4 100644
--- a/x11-toolkits/gnocl/Makefile
+++ b/x11-toolkits/gnocl/Makefile
@@ -13,11 +13,12 @@ MASTER_SITES= SF/${PORTNAME}/Gnocl-Nightly-Build/
MAINTAINER= gahr@FreeBSD.org
COMMENT= GTK+ and Gnome extension for Tcl
-LIB_DEPENDS= canberra.0:${PORTSDIR}/audio/libcanberra
+LIB_DEPENDS= canberra.0:${PORTSDIR}/audio/libcanberra \
+ notify.1:${PORTSDIR}/devel/libnotify
USE_GMAKE= yes
USE_BZIP2= yes
-USE_GNOME= gtk20 libglade2
+USE_GNOME= gtk20 libglade2 pkgconfig
USE_TCL= 84+
USE_LDCONFIG= yes
CFLAGS+= -I${TCL_INCLUDEDIR} -L${TCL_LIBDIR} `pkg-config --cflags libglade-2.0`