diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-01-25 08:25:48 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-01-25 08:25:48 +0000 |
commit | 83b5f65a0fbdfc838945dff5b16aab71e7ee6087 (patch) | |
tree | f3cbf0d9e660f3ab848ee8b817358441d73634bf /x11/libXext/Makefile | |
parent | dbe72fea326b86daa9af0e51af3bff91c4e3f47b (diff) | |
download | ports-83b5f65a0fbdfc838945dff5b16aab71e7ee6087.tar.gz ports-83b5f65a0fbdfc838945dff5b16aab71e7ee6087.zip |
Notes
Diffstat (limited to 'x11/libXext/Makefile')
-rw-r--r-- | x11/libXext/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile index 0e4f1745dceb..14a6a0f874ed 100644 --- a/x11/libXext/Makefile +++ b/x11/libXext/Makefile @@ -6,16 +6,15 @@ # PORTNAME= libXext -PORTVERSION= 6.4.1.p1 +PORTVERSION= 6.4.2 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ +MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X11 Extension library LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ - ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ +BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} @@ -27,7 +26,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_LIBTOOL= yes CFLAGS+= -DMALLOC_0_RETURNS_NULL -WRKSRC= ${WRKDIR}/${PORTNAME}-6.4.1 INSTALLS_SHLIB= yes +USE_GNOME= gnomehack pkgconfig .include <bsd.port.mk> |