diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-04 08:52:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-04 08:52:32 +0000 |
commit | d8352fb86cbdc84dd2086432004368e5165ea029 (patch) | |
tree | 5b3a07c57741f53c6dc836f400de8802759de77e /emulators/zsnes | |
parent | 3e2d8d2bfb2dc06fe01af3aa2e9dcf167289b48a (diff) |
Notes
Diffstat (limited to 'emulators/zsnes')
-rw-r--r-- | emulators/zsnes/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index 49109dde1d46..39b586bede94 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -59,7 +59,6 @@ CONFIGURE_ARGS+= --disable-jma CONFIGURE_ARGS+= --with-x .else CONFIGURE_ARGS+= --without-x -PKGNAMESUFFIX= -nox11 .endif .if ${PORT_OPTIONS:MOPENGL} |