mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add a missing dependency on xproto.
Reported by: bento
This commit is contained in:
parent
43485240fb
commit
eabddfafd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100322
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= libXfixes
|
||||
PORTVERSION= 2.0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
|
||||
|
||||
@ -16,6 +16,7 @@ COMMENT= X Fixes extension library
|
||||
|
||||
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11
|
||||
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/fixesext.pc:${PORTSDIR}/x11/fixesext \
|
||||
${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
|
||||
${LIB_PC_DEPENDS}
|
||||
RUN_DEPENDS= ${LIB_PC_DEPENDS}
|
||||
|
||||
@ -29,6 +30,4 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
|
||||
BROKEN= Does not compile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user