diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-28 02:16:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-28 02:16:11 +0000 |
commit | 44ef5a59fedba7cac9ef080b4810cff039a960fe (patch) | |
tree | 3aa98b75f59d4990075ff8d6b307e86b70381abf | |
parent | Add memtest86, a thorough, stand alone memory test for x86 architecture compu... (diff) |
Add a missing dependency on libSM.
Reported by: bento via kris
-rw-r--r-- | x11-toolkits/libXt/Makefile | 5 |
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} |