diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-12-30 16:55:12 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-12-30 16:55:12 +0000 |
commit | 2afce06c33a628075668aa818ad6bfffcf25b11c (patch) | |
tree | 3e9e297f55acf3a002e9535d58d1811abf2cd24f /lang/ccscript/Makefile | |
parent | Mark BROKEN with GCC 4.2 on all archs. (diff) |
- Add missing dependency
Reported by: erwin, pav
Diffstat (limited to '')
-rw-r--r-- | lang/ccscript/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index 98583f950454..c89bf1169f91 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -19,7 +19,7 @@ COMMENT= State-event driven class extendible C++ script interpreter LIB_DEPENDS= ccgnu2-1.6.0:${PORTSDIR}/devel/commoncpp USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnometarget +USE_GNOME= pkgconfig gnometarget GNU_CONFIGURE= yes USE_LDCONFIG= yes |