From f3571dba2484c54162cc61b8abc288c7ec6cca14 Mon Sep 17 00:00:00 2001 From: antoine Date: Mon, 9 Sep 2013 18:54:28 +0000 Subject: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) --- science/dcl/Makefile | 1 + science/gdis/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'science') 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 -- cgit