diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 04:51:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 04:51:40 +0800 |
commit | 1068ae6edbfdf135636b0c961f416ec77d3fa5d9 (patch) | |
tree | c1bbea3cec77dd8322768141fdbe8f2efbf0837b /cad | |
parent | 3abf64849f561eab2e8e95164c0379097f31e991 (diff) | |
download | freebsd-ports-graphics-1068ae6edbfdf135636b0c961f416ec77d3fa5d9.tar.gz freebsd-ports-graphics-1068ae6edbfdf135636b0c961f416ec77d3fa5d9.tar.zst freebsd-ports-graphics-1068ae6edbfdf135636b0c961f416ec77d3fa5d9.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'cad')
-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 7d539f2d8f5..37c012fe6af 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 \ |