diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 17:07:08 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 17:07:08 +0800 |
commit | ff4651fb24b6821b6a53c34080c4cb66b28daf77 (patch) | |
tree | 990f81a5062a4fb04a2b93c0299d1f1000001542 /science | |
parent | dc71fd31985f44cee21d7cf2e3e1a54ecfb3527a (diff) | |
download | freebsd-ports-graphics-ff4651fb24b6821b6a53c34080c4cb66b28daf77.tar.gz freebsd-ports-graphics-ff4651fb24b6821b6a53c34080c4cb66b28daf77.tar.zst freebsd-ports-graphics-ff4651fb24b6821b6a53c34080c4cb66b28daf77.zip |
Add explicit dependency on pkgconf (18 ports)
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'science')
-rw-r--r-- | science/gchemutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index e39a5ab3389..0db18b7ccb8 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -24,8 +24,7 @@ PORTSCOUT= limitw:1,even USE_XZ= yes USE_XORG= x11 USE_GNOME= gnomedocutils gtk30 intlhack libgsf libxml2 -USE_GMAKE= yes -USES= desktop-file-utils gettext pathfix shared-mime-info +USES= desktop-file-utils gettext pathfix shared-mime-info gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |