diff options
Diffstat (limited to 'x11/libXi/Makefile')
-rw-r--r-- | x11/libXi/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index e472f80..5de4010 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -6,16 +6,15 @@ # PORTNAME= libXi -PORTVERSION= 6.0.1.p1 +PORTVERSION= 6.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 Input extension library LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ - ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ +BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ ${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}-6.0.1 INSTALLS_SHLIB= yes +USE_GNOME= gnomehack pkgconfig .include <bsd.port.mk> |