diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:58:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:58:16 +0800 |
commit | c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4 (patch) | |
tree | 4953b7feaf7130581f51fe4f91c8154af688bc9f /science/gwyddion | |
parent | 6accdc043927f019f3403df308b7fd71dd90e026 (diff) | |
download | freebsd-ports-gnome-c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4.tar.gz freebsd-ports-gnome-c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4.tar.zst freebsd-ports-gnome-c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'science/gwyddion')
-rw-r--r-- | science/gwyddion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/gwyddion/Makefile b/science/gwyddion/Makefile index e03a30435308..e9bbb970bbef 100644 --- a/science/gwyddion/Makefile +++ b/science/gwyddion/Makefile @@ -20,7 +20,7 @@ OPTIONS_DEFAULT=PERL PYTHON UNIQUE UNIQUE_DESC= Remote controle backend support USE_XZ= yes -USES= desktop-file-utils gettext pathfix shared-mime-info +USES= desktop-file-utils gettext pathfix shared-mime-info pkgconfig USE_GNOME= gconf2 gtk20 libxml2 USE_GL= glu USE_GMAKE= yes |