aboutsummaryrefslogtreecommitdiff
path: root/x11/libXfixes/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-01-25 08:26:08 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-01-25 08:26:08 +0000
commit85762d33d1cd17fed65f281410dd2440709689c0 (patch)
tree5d98885c5405453a313dcfc91c41877d50451fe2 /x11/libXfixes/Makefile
parent83b5f65a0fbdfc838945dff5b16aab71e7ee6087 (diff)
downloadports-85762d33d1cd17fed65f281410dd2440709689c0.tar.gz
ports-85762d33d1cd17fed65f281410dd2440709689c0.zip
Update to 2.0.1
Notes
Notes: svn path=/head/; revision=99024
Diffstat (limited to 'x11/libXfixes/Makefile')
-rw-r--r--x11/libXfixes/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile
index e74a2c244c09..03f7e0312c4b 100644
--- a/x11/libXfixes/Makefile
+++ b/x11/libXfixes/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= libXfixes
-PORTVERSION= 2.0.0.p2
+PORTVERSION= 2.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 Fixes extension library
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11
-BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \
- ${X11BASE}/libdata/pkgconfig/fixesext.pc:${PORTSDIR}/x11/fixesext \
+BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/fixesext.pc:${PORTSDIR}/x11/fixesext \
${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}-2.0.0
-
INSTALLS_SHLIB= yes
+USE_GNOME= gnomehack pkgconfig
.include <bsd.port.mk>