diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 00:04:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 00:04:20 +0800 |
commit | ec361e51c266e3fd6d1e9f46dd6f77b1b4c8fa17 (patch) | |
tree | 98fb5d21fbb9d015e1307499cc55a7bc965cc9ce /graphics | |
parent | 64e775d3c4b02eba70a5e54ae0c80cd128900484 (diff) | |
download | freebsd-ports-gnome-ec361e51c266e3fd6d1e9f46dd6f77b1b4c8fa17.tar.gz freebsd-ports-gnome-ec361e51c266e3fd6d1e9f46dd6f77b1b4c8fa17.tar.zst freebsd-ports-gnome-ec361e51c266e3fd6d1e9f46dd6f77b1b4c8fa17.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libGLU/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile index 5e2c10458b44..709e9d891f9c 100644 --- a/graphics/libGLU/Makefile +++ b/graphics/libGLU/Makefile @@ -11,7 +11,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= OpenGL utility library USE_BZIP2= yes -USES= pathfix +USES= pathfix pkgconfig USE_GL= gl GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static |