aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libXt
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-28 02:16:11 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-28 02:16:11 +0000
commit44ef5a59fedba7cac9ef080b4810cff039a960fe (patch)
tree3aa98b75f59d4990075ff8d6b307e86b70381abf /x11-toolkits/libXt
parente0eee5508b7768b76eb14ffae2be62cd16ab1a41 (diff)
downloadports-44ef5a59fedba7cac9ef080b4810cff039a960fe.tar.gz
ports-44ef5a59fedba7cac9ef080b4810cff039a960fe.zip
Add a missing dependency on libSM.
Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=105465
Diffstat (limited to 'x11-toolkits/libXt')
-rw-r--r--x11-toolkits/libXt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile
index 5f7bb0b5d4d2..6a9d6811219d 100644
--- a/x11-toolkits/libXt/Makefile
+++ b/x11-toolkits/libXt/Makefile
@@ -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}