diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 18:14:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 18:14:45 +0000 |
commit | 59443afb37075765d336cd5e20ba4ae9fb179bbb (patch) | |
tree | 45addc01f28d5b849e50f2aa9365567724489113 /x11-toolkits/gtksourceview3/Makefile | |
parent | Add an explicit dependency on pkgconf (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326049
Diffstat (limited to 'x11-toolkits/gtksourceview3/Makefile')
-rw-r--r-- | x11-toolkits/gtksourceview3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile index 5abc63887a26..a93c38746bd9 100644 --- a/x11-toolkits/gtksourceview3/Makefile +++ b/x11-toolkits/gtksourceview3/Makefile @@ -17,10 +17,9 @@ USE_XZ= yes .if !defined(REFERENCE_PORT) -USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix gtk30 libxml2 intlhack ltverhack referencehack CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no \ --enable-introspection |