diff options
Diffstat (limited to 'x11/libXpm/Makefile')
-rw-r--r-- | x11/libXpm/Makefile | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile index 04f3733852d3..b2020c107131 100644 --- a/x11/libXpm/Makefile +++ b/x11/libXpm/Makefile @@ -6,28 +6,15 @@ # PORTNAME= libXpm -PORTVERSION= 3.5.1 -PORTREVISION= 1 +PORTVERSION= 3.5.6 CATEGORIES= x11 -MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= X Pixmap library -LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ - ${LIB_PC_DEPENDS} -RUN_DEPENDS= ${LIB_PC_DEPENDS} +XORG_CAT= lib +USE_XORG= xproto x11 -CONFLICTS= XFree86-libraries-* xorg-libraries-* - -USE_BZIP2= yes -PREFIX?= ${X11BASE} -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CFLAGS+= -DMALLOC_0_RETURNS_NULL -INSTALLS_SHLIB= yes -USE_GNOME= gnomehack pkgconfig +MAN1= cxpm.1 .include <bsd.port.mk> |