Add an explicit dependency on pkgconf
This commit is contained in:
parent
699f1559a1
commit
b5ce1c7f4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326020
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -14,6 +14,7 @@ LICENSE= GPLv2
|
|||
|
||||
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
|
||||
|
||||
USES= pkgconfig
|
||||
USE_XORG= xpm
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
|
|
Loading…
Reference in a new issue