Add a missing dependency on libSM.
Reported by: bento via kris
This commit is contained in:
parent
e0eee5508b
commit
44ef5a59fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105465
1 changed files with 3 additions and 2 deletions
|
@ -7,14 +7,15 @@
|
|||
|
||||
PORTNAME= libXt
|
||||
PORTVERSION= 0.1.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= X Toolkit library
|
||||
|
||||
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11
|
||||
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \
|
||||
${X11BASE}/libdata/pkgconfig/sm.pc:${PORTSDIR}/x11/libSM
|
||||
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
|
||||
${LIB_PC_DEPENDS}
|
||||
RUN_DEPENDS= ${LIB_PC_DEPENDS}
|
||||
|
|
Loading…
Reference in a new issue