diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-10 13:41:57 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-10 13:41:57 +0000 |
commit | 15135414dcedc93fd46e0d20271ed0b61698381e (patch) | |
tree | 8a0c757cca6c4f7865d6d5f6e250184b97f36e35 /graphics/gliv | |
parent | 3c1f3e7438862e9c3c9ac6ebf24539875315b651 (diff) | |
download | ports-15135414dcedc93fd46e0d20271ed0b61698381e.tar.gz ports-15135414dcedc93fd46e0d20271ed0b61698381e.zip |
Notes
Diffstat (limited to 'graphics/gliv')
-rw-r--r-- | graphics/gliv/Makefile | 11 | ||||
-rw-r--r-- | graphics/gliv/distinfo | 2 | ||||
-rw-r--r-- | graphics/gliv/pkg-plist | 2 |
3 files changed, 6 insertions, 9 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 806aad72935f..ec8d533a5cff 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -6,22 +6,22 @@ # PORTNAME= gliv -PORTVERSION= 1.7 +PORTVERSION= 1.7.1 CATEGORIES= graphics MASTER_SITES= http://gliv.tuxfamily.org/ MAINTAINER= ports@FreeBSD.org COMMENT= An image viewer that uses Gdk-Pixbuf and OpenGL -BROKEN= "Does not fetch" - 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 +USE_GETOPT_LONG= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= gliv.1 @@ -29,11 +29,6 @@ MAN1= gliv.1 CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lXext -lX11 ${PTHREAD_LIBS} -.if !exists(/usr/include/getopt.h) -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -LDFLAGS+= -lgnugetopt -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure diff --git a/graphics/gliv/distinfo b/graphics/gliv/distinfo index 017333147890..5c08dc4dca3c 100644 --- a/graphics/gliv/distinfo +++ b/graphics/gliv/distinfo @@ -1 +1 @@ -MD5 (gliv-1.7.tar.bz2) = 8384eb5f83303341ca907235fdeb1735 +MD5 (gliv-1.7.1.tar.bz2) = a8c06551a6830d994442bec4220a153e diff --git a/graphics/gliv/pkg-plist b/graphics/gliv/pkg-plist index 43788ac2cf66..7ad2fd85d782 100644 --- a/graphics/gliv/pkg-plist +++ b/graphics/gliv/pkg-plist @@ -1,2 +1,4 @@ bin/gliv share/locale/fr/LC_MESSAGES/gliv.mo +share/locale/pt_BR/LC_MESSAGES/gliv.mo +share/locale/ru/LC_MESSAGES/gliv.mo |