diff options
Diffstat (limited to 'x11/libXres/Makefile')
-rw-r--r-- | x11/libXres/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index 7f4945a7e7d7..798cc5ca95de 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -6,16 +6,15 @@ # PORTNAME= libXres -PORTVERSION= 1.0.1.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 Resource usage library LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ - ${X11BASE}/libdata/pkgconfig/resourceext.pc:${PORTSDIR}/x11/resourceext \ +BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/resourceext.pc:${PORTSDIR}/x11/resourceext \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} @@ -26,7 +25,7 @@ USE_GMAKE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL= yes CFLAGS+= -DMALLOC_0_RETURNS_NULL -WRKSRC= ${WRKDIR}/${PORTNAME}-1.0.1 INSTALLS_SHLIB= yes +USE_GNOME= gnomehack pkgconfig .include <bsd.port.mk> |