summaryrefslogtreecommitdiff
path: root/x11-toolkits/libXt/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-08 01:29:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-08 01:29:59 +0000
commit6840df58b0de6b946551f8a01b5791df72a4e10b (patch)
tree8616770d0608edcbe2b10eadb6b5607a03cbde0a /x11-toolkits/libXt/Makefile
parentAdd a missing dependency on libXext. (diff)
Add a missing dependency on xproto.
Reported by: bento
Notes
Notes: svn path=/head/; revision=100327
Diffstat (limited to '')
-rw-r--r--x11-toolkits/libXt/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile
index e40253112d94..792eb43975e6 100644
--- a/x11-toolkits/libXt/Makefile
+++ b/x11-toolkits/libXt/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libXt
PORTVERSION= 0.1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
@@ -15,7 +15,8 @@ MAINTAINER= x11@FreeBSD.org
COMMENT= X Toolkit library
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11
-BUILD_DEPENDS= ${LIB_PC_DEPENDS}
+BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
+ ${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}
USE_BZIP2= yes
@@ -28,6 +29,4 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL
INSTALLS_SHLIB= yes
USE_GNOME= gnomehack pkgconfig
-BROKEN= Does not compile
-
.include <bsd.port.mk>