diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 00:04:20 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 00:04:20 +0800 |
commit | b5ce1c7f4a3797cc61db4912ca40d91413b7bfdf (patch) | |
tree | 98fb5d21fbb9d015e1307499cc55a7bc965cc9ce /graphics | |
parent | 699f1559a1640e3522e566ac24b4d3a0fd2689df (diff) | |
download | freebsd-ports-gnome-b5ce1c7f4a3797cc61db4912ca40d91413b7bfdf.tar.gz freebsd-ports-gnome-b5ce1c7f4a3797cc61db4912ca40d91413b7bfdf.tar.zst freebsd-ports-gnome-b5ce1c7f4a3797cc61db4912ca40d91413b7bfdf.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 |