diff options
Diffstat (limited to 'graphics/qiv')
-rw-r--r-- | graphics/qiv/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index e907e837bb93..448d0476b8c2 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -16,12 +16,16 @@ EXTRACT_SUFX= .tgz MAINTAINER= rfarmer@predatorlabs.net COMMENT= Small, fast GDK/Imlib2 image viewer -OPTIONS= XINERAMA "use multiple monitors" off -USE_GMAKE= yes -USE_GNOME= gtk20 LIB_DEPENDS= Imlib2.5:${PORTSDIR}/graphics/imlib2 \ exif.12:${PORTSDIR}/graphics/libexif +USE_GMAKE= yes +USE_GNOME= gtk20 + +MAKE_JOBS_SAFE= yes + +OPTIONS= XINERAMA "use multiple monitors" off + MAN1= qiv.1 PLIST_FILES= bin/qiv USE_XORG+= x11 |