diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2003-04-03 01:08:36 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2003-04-03 01:08:36 +0000 |
commit | d6dfb6747d91daee3c501907df8bb395ff8e4b79 (patch) | |
tree | 7371400675b68cb0cd7df5a6127048a58520dc88 /graphics/gliv | |
parent | 3f0913de7e1131f476d96aac7cdcc2f64e57ae0f (diff) | |
download | ports-d6dfb6747d91daee3c501907df8bb395ff8e4b79.tar.gz ports-d6dfb6747d91daee3c501907df8bb395ff8e4b79.zip |
Notes
Diffstat (limited to 'graphics/gliv')
-rw-r--r-- | graphics/gliv/Makefile | 8 | ||||
-rw-r--r-- | graphics/gliv/distinfo | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 4d49882efba7..5456aae14cc3 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -6,21 +6,20 @@ # PORTNAME= gliv -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= graphics MASTER_SITES= http://gliv.tuxfamily.org/ MAINTAINER= ports@FreeBSD.org COMMENT= An image viewer that uses Gdk-Pixbuf and OpenGL -LIB_DEPENDS= gtkgl-2.0.1:${PORTSDIR}/x11-toolkits/gtkglarea2 +LIB_DEPENDS= gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext RUN_DEPENDS= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick USE_BZIP2= yes USE_X_PREFIX= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= gliv.1 @@ -34,7 +33,6 @@ LDFLAGS+= -lgnugetopt .endif post-patch: - @${REINPLACE_CMD} -e 's|LDFLAGS="[\$$]CFLAGS|LDFLAGS="\$$LDFLAGS|g ; \ - s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/graphics/gliv/distinfo b/graphics/gliv/distinfo index 2bac895afdc8..017333147890 100644 --- a/graphics/gliv/distinfo +++ b/graphics/gliv/distinfo @@ -1 +1 @@ -MD5 (gliv-1.6.tar.bz2) = 3fb90b401971389996f2d5db0a4e7923 +MD5 (gliv-1.7.tar.bz2) = 8384eb5f83303341ca907235fdeb1735 |