diff options
author | stefan <stefan@FreeBSD.org> | 2010-06-29 15:48:58 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2010-06-29 15:48:58 +0800 |
commit | 468abb4feaac19e24432b8cca039cc52bd7d7915 (patch) | |
tree | aa984e9878aa9313398c9a944ba4885028594496 /emulators/snes9x-gtk | |
parent | a6dce810a2a5cb5800e014dbf5b0c1639db9073f (diff) | |
download | freebsd-ports-gnome-468abb4feaac19e24432b8cca039cc52bd7d7915.tar.gz freebsd-ports-gnome-468abb4feaac19e24432b8cca039cc52bd7d7915.tar.zst freebsd-ports-gnome-468abb4feaac19e24432b8cca039cc52bd7d7915.zip |
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
Diffstat (limited to 'emulators/snes9x-gtk')
-rw-r--r-- | emulators/snes9x-gtk/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index 1eb58d4659e0..d0eecf61648e 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -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 |