diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-11 05:31:33 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-11 05:31:33 +0800 |
commit | f25ddab47a4a0d4007e071adf6675161a80ba08e (patch) | |
tree | 64d1dd939e0e8960c2c5620ed1e135ca08c1fd33 /math/gretl | |
parent | 31d132c3dffed8b7610443ae2a0d49b9bb4151e3 (diff) | |
download | freebsd-ports-gnome-f25ddab47a4a0d4007e071adf6675161a80ba08e.tar.gz freebsd-ports-gnome-f25ddab47a4a0d4007e071adf6675161a80ba08e.tar.zst freebsd-ports-gnome-f25ddab47a4a0d4007e071adf6675161a80ba08e.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'math/gretl')
-rw-r--r-- | math/gretl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 6dcf86cbbb34..79cf59488f0b 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -15,9 +15,8 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ GNU_CONFIGURE= yes USE_BZIP2= yes USE_FORTRAN= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USES= pathfix +USES= gmake pathfix pkgconfig WANT_GNOME= yes ALL_TARGET= # empty |