diff options
author | anholt <anholt@FreeBSD.org> | 2004-01-25 16:23:09 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-01-25 16:23:09 +0800 |
commit | f9f0a45fd3ddc081feb9b95429c8d6097d0d4d95 (patch) | |
tree | 635d1ff28be911b84e795d0451b3b051eaf0d6c7 /x11/libXdamage/Makefile | |
parent | 5ce5527b78605dd22514b8878c676c9845c32ae3 (diff) | |
download | freebsd-ports-gnome-f9f0a45fd3ddc081feb9b95429c8d6097d0d4d95.tar.gz freebsd-ports-gnome-f9f0a45fd3ddc081feb9b95429c8d6097d0d4d95.tar.zst freebsd-ports-gnome-f9f0a45fd3ddc081feb9b95429c8d6097d0d4d95.zip |
Update to 1.0.1
Diffstat (limited to 'x11/libXdamage/Makefile')
-rw-r--r-- | x11/libXdamage/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
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 <bsd.port.mk> |