diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-10 02:54:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-10 02:54:28 +0800 |
commit | f3571dba2484c54162cc61b8abc288c7ec6cca14 (patch) | |
tree | 3b969fb0c53d4fb2ae1cc9be5ebaeeab1ed7e2c9 /science | |
parent | 9a21d679f211da2dc3d0c87aa6ee0ed8174b876b (diff) | |
download | freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.gz freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.zst freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'science')
-rw-r--r-- | science/dcl/Makefile | 1 | ||||
-rw-r--r-- | science/gdis/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/science/dcl/Makefile b/science/dcl/Makefile index 120af6d9493e..ed810861c0a7 100644 --- a/science/dcl/Makefile +++ b/science/dcl/Makefile @@ -12,6 +12,7 @@ MAINTAINER= murashin@gfd-dennou.org COMMENT= Scientific graphic library for geoscience MAKE_JOBS_UNSAFE= yes +USES= pkgconfig USE_XORG= x11 xext USE_FORTRAN= yes USE_GNOME= gtk20 gdkpixbuf2 diff --git a/science/gdis/Makefile b/science/gdis/Makefile index b6148d110b16..7c1715bba3d1 100644 --- a/science/gdis/Makefile +++ b/science/gdis/Makefile @@ -18,7 +18,7 @@ OPTIONS_DEFINE= DOCS USE_GL= glu USE_GNOME= gtk20 -USE_GMAKE= yes +USES= gmake pkgconfig MAKEFILE= GNUmakefile PORTDOCS= CHANGELOG README TODO |