diff options
author | nork <nork@FreeBSD.org> | 2003-02-02 20:25:26 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-02 20:25:26 +0800 |
commit | cefeb3a82dae21c2dde69f2435ec0e2ec86f075c (patch) | |
tree | f38bd935edee483497459e66c8dc1a77cb974eec /graphics/feh | |
parent | 4ac973b152ff4cf7dca0cf34c9978a3555aa983c (diff) | |
download | freebsd-ports-gnome-cefeb3a82dae21c2dde69f2435ec0e2ec86f075c.tar.gz freebsd-ports-gnome-cefeb3a82dae21c2dde69f2435ec0e2ec86f075c.tar.zst freebsd-ports-gnome-cefeb3a82dae21c2dde69f2435ec0e2ec86f075c.zip |
Remove unnecessary LIB_DEPENDS.
PR: ports/47319
Submitted by: Ports Fury
Diffstat (limited to 'graphics/feh')
-rw-r--r-- | graphics/feh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 911d34a02e46..9422d894265d 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -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 |