diff options
Diffstat (limited to 'x11/fixesext/Makefile')
-rw-r--r-- | x11/fixesext/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/fixesext/Makefile b/x11/fixesext/Makefile index 354b5437840d..9e0337037903 100644 --- a/x11/fixesext/Makefile +++ b/x11/fixesext/Makefile @@ -6,16 +6,15 @@ # PORTNAME= fixesext -PORTVERSION= 2.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 headers and specification LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ - ${LIB_PC_DEPENDS} +BUILD_DEPENDS= ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} USE_BZIP2= yes @@ -24,6 +23,6 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-2.0 +USE_GNOME= gnomehack pkgconfig .include <bsd.port.mk> |