View | Details | Raw Unified | Return to bug 143490
Collapse All | Expand All

(-)Makefile (-3 / +7 lines)
Lines 16-27 Link Here
16
MAINTAINER=	rfarmer@predatorlabs.net
16
MAINTAINER=	rfarmer@predatorlabs.net
17
COMMENT=	Small, fast GDK/Imlib2 image viewer
17
COMMENT=	Small, fast GDK/Imlib2 image viewer
18
18
19
OPTIONS=	XINERAMA "use multiple monitors" off
20
USE_GMAKE=	yes
21
USE_GNOME=	gtk20
22
LIB_DEPENDS=	Imlib2.5:${PORTSDIR}/graphics/imlib2 \
19
LIB_DEPENDS=	Imlib2.5:${PORTSDIR}/graphics/imlib2 \
23
		exif.12:${PORTSDIR}/graphics/libexif
20
		exif.12:${PORTSDIR}/graphics/libexif
24
21
22
USE_GMAKE=	yes
23
USE_GNOME=	gtk20
24
25
MAKE_JOBS_SAFE=	yes
26
27
OPTIONS=	XINERAMA "use multiple monitors" off
28
25
MAN1=		qiv.1
29
MAN1=		qiv.1
26
PLIST_FILES=	bin/qiv
30
PLIST_FILES=	bin/qiv
27
USE_XORG+=	x11
31
USE_XORG+=	x11

Return to bug 143490