Remove unnecessary LIB_DEPENDS.
PR: ports/47319 Submitted by: Ports Fury
This commit is contained in:
parent
39a4e02cbf
commit
31062000e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74471
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user