diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-08 01:18:02 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-08 01:18:02 +0000 |
commit | eabddfafd567b2bf4a6975f9154cb5c08cd6c64c (patch) | |
tree | ecacd0ede0f154fe71bc186191851e7ada31a7f3 /x11/libXfixes | |
parent | 43485240fbb28269d906aa6fe20c065c1aeff699 (diff) | |
download | ports-eabddfafd567b2bf4a6975f9154cb5c08cd6c64c.tar.gz ports-eabddfafd567b2bf4a6975f9154cb5c08cd6c64c.zip |
Notes
Diffstat (limited to 'x11/libXfixes')
-rw-r--r-- | x11/libXfixes/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile index f482250b6e1a..872be57791b3 100644 --- a/x11/libXfixes/Makefile +++ b/x11/libXfixes/Makefile @@ -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> |