From f9f0a45fd3ddc081feb9b95429c8d6097d0d4d95 Mon Sep 17 00:00:00 2001 From: anholt Date: Sun, 25 Jan 2004 08:23:09 +0000 Subject: Update to 1.0.1 --- x11/libXdamage/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'x11/libXdamage/Makefile') diff --git a/x11/libXdamage/Makefile b/x11/libXdamage/Makefile index 5f455de592f4..656c5fce7855 100644 --- a/x11/libXdamage/Makefile +++ b/x11/libXdamage/Makefile @@ -6,16 +6,15 @@ # PORTNAME= libXdamage -PORTVERSION= 1.0.0.p1 +PORTVERSION= 1.0.1 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ +MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X Damage extension library LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xfixes.pc:${PORTSDIR}/x11/libXfixes -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ - ${X11BASE}/libdata/pkgconfig/damageext.pc:${PORTSDIR}/x11/damageext \ +BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/damageext.pc:${PORTSDIR}/x11/damageext \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} @@ -26,8 +25,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_LIBTOOL= yes CFLAGS+= -DMALLOC_0_RETURNS_NULL -WRKSRC= ${WRKDIR}/${PORTNAME}-1.0.0 - INSTALLS_SHLIB= yes +USE_GNOME= gnomehack pkgconfig .include -- cgit