diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-04 04:48:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-04 04:48:34 +0800 |
commit | 954cb642e4ec0e1e0792598dba0d8bba2deccbdb (patch) | |
tree | e5b415ba3698f275d2ff9297fefc112be0c2c615 /biology/wise | |
parent | 152e0b139104328029d006ed136ddb2fabe56c0b (diff) | |
download | freebsd-ports-gnome-954cb642e4ec0e1e0792598dba0d8bba2deccbdb.tar.gz freebsd-ports-gnome-954cb642e4ec0e1e0792598dba0d8bba2deccbdb.tar.zst freebsd-ports-gnome-954cb642e4ec0e1e0792598dba0d8bba2deccbdb.zip |
Fix build by adding an explicit dep on pkgconf
Diffstat (limited to 'biology/wise')
-rw-r--r-- | biology/wise/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/wise/Makefile b/biology/wise/Makefile index 51286f6a5ffb..e3780bd02c77 100644 --- a/biology/wise/Makefile +++ b/biology/wise/Makefile @@ -14,6 +14,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES BUILD_WRKSRC= ${WRKSRC}/src +USES= pkgconfig USE_GNOME= glib20 MAKEFILE= makefile MAKE_JOBS_SAFE= yes |