1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Remove screenshot option, which is unconditionally enabled, anyway.

PR:		147311
Submitted by:	Demelier David <demelier.david@gmail.com>
Approved by:	maintainer timeout (>3 weeks)
Feature safe:	yes
This commit is contained in:
Stefan Walter 2010-06-29 07:48:58 +00:00
parent ce3102326c
commit 9f3088f3a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257136

View File

@ -33,7 +33,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/gtk
OPTIONS= DEBUG "Enable debug information" off \
OPENGL "Enable OpenGL support" off \
SCREENSHOT "Enable screenshot support" on \
X86_ASM "Use i386 optimization (only for i386)" on \
MMX "Enable MMX (only for i386)" off \
JMA "Enable JMA archive decompression support" on \
@ -71,13 +70,6 @@ USE_GL= glu
CONFIGURE_ARGS+= --without-opengl
.endif
.if !defined(WITHOUT_SCREENSHOT)
LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png
CONFIGURE_ARGS+= --with-screenshot
.else
CONFIGURE_ARGS+= --without-screenshot
.endif
.if !defined(WITHOUT_JMA)
CONFIGURE_ARGS+= --with-jma-decomp
.else