diff options
author | uqs <uqs@FreeBSD.org> | 2011-06-29 02:43:32 +0800 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2011-06-29 02:43:32 +0800 |
commit | d054bfa7697249329aca61abcaa3d6272446af62 (patch) | |
tree | afcab6261867106d810fc0d0aa603eddab7e24dd /graphics/feh/Makefile | |
parent | ddf78a74d67ebc28343a497a2b14a748176d7d6c (diff) | |
download | freebsd-ports-gnome-d054bfa7697249329aca61abcaa3d6272446af62.tar.gz freebsd-ports-gnome-d054bfa7697249329aca61abcaa3d6272446af62.tar.zst freebsd-ports-gnome-d054bfa7697249329aca61abcaa3d6272446af62.zip |
Update feh to 1.14.1
PR: ports/158196
Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
Diffstat (limited to 'graphics/feh/Makefile')
-rw-r--r-- | graphics/feh/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 3373cd573eb6..c93af0b2d2e6 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -6,9 +6,9 @@ # PORTNAME= feh -PORTVERSION= 1.12 +PORTVERSION= 1.14.1 CATEGORIES= graphics -MASTER_SITES= http://www.chaosdorf.de/~derf/feh/ \ +MASTER_SITES= http://feh.finalrewind.org/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= uqs @@ -25,8 +25,8 @@ USE_BZIP2= yes MAN1= feh.1 feh-cam.1 gen-cam-menu.1 -CFLAGS= -I${LOCALBASE}/include -std=c99 -LDFLAGS= -L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include -std=c99 +LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= LDFLAGS="${LDFLAGS}" post-patch: |