summaryrefslogtreecommitdiff
path: root/deskutils/gtodo
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-17 07:37:48 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-17 07:37:48 +0000
commit1062fc91f54acb8f321c1ce910abd90581581a28 (patch)
treea4ed3521ed6fc2e67a0989859173314e06bde8a0 /deskutils/gtodo
parentFix GDL library dependency test pattern. (diff)
- Add missing dependency
PR: 58157 Submitted by: maintainer Reported by: kris via bento
Notes
Notes: svn path=/head/; revision=91485
Diffstat (limited to 'deskutils/gtodo')
-rw-r--r--deskutils/gtodo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/gtodo/Makefile b/deskutils/gtodo/Makefile
index 718f745ba275..36bfc3aece9b 100644
--- a/deskutils/gtodo/Makefile
+++ b/deskutils/gtodo/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool
USE_GMAKE= yes
USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack gnometarget gtk20 libxml2
+USE_GNOME= gnomeprefix gnomehack gnometarget gconf2 gtk20 libxml2
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"