diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-05 13:28:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-05 13:28:24 +0800 |
commit | cf6ad0ba4b9e2a2b193c9266f29f8e447b4c7ba0 (patch) | |
tree | b88c890bd604ee3a5c4f37070d0302e9a345b28a | |
parent | 34e8ef124561b7c2cf9c3cc8c53102a0f9a947ef (diff) | |
download | freebsd-ports-gnome-cf6ad0ba4b9e2a2b193c9266f29f8e447b4c7ba0.tar.gz freebsd-ports-gnome-cf6ad0ba4b9e2a2b193c9266f29f8e447b4c7ba0.tar.zst freebsd-ports-gnome-cf6ad0ba4b9e2a2b193c9266f29f8e447b4c7ba0.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
-rw-r--r-- | science/cdcl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/cdcl/Makefile b/science/cdcl/Makefile index 6cd89eb8d6a0..e33f30eec51c 100644 --- a/science/cdcl/Makefile +++ b/science/cdcl/Makefile @@ -12,6 +12,7 @@ DISTNAME= dcl-${PORTVERSION}-C MAINTAINER= murashin@gfd-dennou.org COMMENT= Scientific graphic library for geoscience +USES= pkgconfig USE_GCC= any USE_XORG= x11 xext USE_GNOME= gtk20 gdkpixbuf2 |