diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-06 01:37:22 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-06 01:37:22 +0800 |
commit | a4613d621182fa8aba50dcd9e24f5e9577403350 (patch) | |
tree | f26b60296b320b1901d50506249e5bbe82bc318f /x11-toolkits | |
parent | 5c1fbe1bc23b421d789e126f4cc702b46225edf0 (diff) | |
download | freebsd-ports-graphics-a4613d621182fa8aba50dcd9e24f5e9577403350.tar.gz freebsd-ports-graphics-a4613d621182fa8aba50dcd9e24f5e9577403350.tar.zst freebsd-ports-graphics-a4613d621182fa8aba50dcd9e24f5e9577403350.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/nucleo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/nucleo/Makefile b/x11-toolkits/nucleo/Makefile index 7ccfc0122a5..d8c0aa809ee 100644 --- a/x11-toolkits/nucleo/Makefile +++ b/x11-toolkits/nucleo/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ exif:${PORTSDIR}/graphics/libexif USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GL= glu GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |