aboutsummaryrefslogtreecommitdiff
path: root/x11/libXv/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-01-25 08:32:42 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-01-25 08:32:42 +0000
commit88f98f0816dd016ea34e310e19cbda89e0f5b865 (patch)
tree81e552b8cec5ac1fbbaef4ffdeeff8e8319e25a3 /x11/libXv/Makefile
parent166b77d9e68ada273e7bf1b5872b47f6b3ddc699 (diff)
downloadports-88f98f0816dd016ea34e310e19cbda89e0f5b865.tar.gz
ports-88f98f0816dd016ea34e310e19cbda89e0f5b865.zip
Notes
Diffstat (limited to 'x11/libXv/Makefile')
-rw-r--r--x11/libXv/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile
index 230fc18c3ee6..e280a751693f 100644
--- a/x11/libXv/Makefile
+++ b/x11/libXv/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= libXv
-PORTVERSION= 2.2.1.p1
+PORTVERSION= 2.2.1
CATEGORIES= x11
-MASTER_SITES= http://pdx.freedesktop.org/~xlibs/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/xextensions.pc:${PORTSDIR}/x11/xextensions \
+BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \
${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}
@@ -26,7 +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.2.1
INSTALLS_SHLIB= yes
+USE_GNOME= gnomehack pkgconfig
.include <bsd.port.mk>