Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2003 05:30:48 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47319: Update port: graphics/feh
Message-ID:  <20030122053048.2abe8d60.tkato@prontomail.com>

next in thread | raw e-mail | index | archive | help

>Number:         47319
>Category:       ports
>Synopsis:       Update port: graphics/feh
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 21 12:40:02 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Remove unnecessary LIB_DEPENDS

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/feh/Makefile graphics/feh/Makefile
--- /usr/ports/graphics/feh/Makefile	Mon Jan  6 15:58:58 2003
+++ graphics/feh/Makefile	Wed Jan 22 02:22:24 2003
@@ -7,20 +7,20 @@
 
 PORTNAME=	feh
 PORTVERSION=	1.2.4
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.linuxbrit.co.uk/downloads/
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
-		giblib.1:${PORTSDIR}/graphics/giblib
+LIB_DEPENDS=	giblib.1:${PORTSDIR}/graphics/giblib
 
 USE_X_PREFIX=	yes
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+		LDFLAGS="-L${LOCALBASE}/lib"
 
 MAN1=		feh.1
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030122053048.2abe8d60.tkato>