diff options
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 |