diff options
author | tobik <tobik@FreeBSD.org> | 2019-01-07 03:09:32 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-01-07 03:09:32 +0800 |
commit | 64271ddbcd38d25cfdffd878113e55ccb303a16a (patch) | |
tree | b2f5892307ce7b4623523696e383975de4adaee4 /graphics | |
parent | 3e7ee7aa182e82baefdccb7e0ec827ab34751320 (diff) | |
download | freebsd-ports-gnome-64271ddbcd38d25cfdffd878113e55ccb303a16a.tar.gz freebsd-ports-gnome-64271ddbcd38d25cfdffd878113e55ccb303a16a.tar.zst freebsd-ports-gnome-64271ddbcd38d25cfdffd878113e55ccb303a16a.zip |
graphics/xzgv: Remove meaningless USE_IMLIB and simplify MASTER_SITES
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xzgv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile index 31a2d934f1cf..02ff8c7c8332 100644 --- a/graphics/xzgv/Makefile +++ b/graphics/xzgv/Makefile @@ -4,7 +4,7 @@ PORTNAME= xzgv PORTVERSION= 0.9.2 CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF MAINTAINER= m.ne@gmx.net COMMENT= Image viewer with thumbnail-based file selector for X @@ -19,7 +19,6 @@ LIB_DEPENDS= libexif.so:graphics/libexif \ USES= gmake gnome pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk20 -USE_IMLIB= yes USE_XORG= x11 LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lm |