aboutsummaryrefslogtreecommitdiff
path: root/x11/libXres/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-01-25 08:31:13 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-01-25 08:31:13 +0000
commitd75a4f98eaf9ef190fea5a89a5c135a824633ddc (patch)
tree9684a17ea24c0ffc6498bbd6756778edeba2a344 /x11/libXres/Makefile
parentce4b96b43f2a7c8a41c201a68950225f824bb03e (diff)
downloadports-d75a4f98eaf9ef190fea5a89a5c135a824633ddc.tar.gz
ports-d75a4f98eaf9ef190fea5a89a5c135a824633ddc.zip
Notes
Diffstat (limited to 'x11/libXres/Makefile')
-rw-r--r--x11/libXres/Makefile9
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>