diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:51:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:51:40 +0000 |
commit | 77aed62c7dd85849d79f39424870b45a07e0a078 (patch) | |
tree | c1bbea3cec77dd8322768141fdbe8f2efbf0837b /cad/libgeda | |
parent | b9263cf5564cb13b179ae8f713dc9cc80c26739c (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326088
Diffstat (limited to 'cad/libgeda')
-rw-r--r-- | cad/libgeda/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index 7d539f2d8f5b..37c012fe6af8 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-update-mime-database \ |