diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-30 17:26:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-30 17:26:16 +0000 |
commit | 53f87415e295517b133d1e77ee2417ed8d245bba (patch) | |
tree | ca771f0454f34e384f3497e91c0c11fcb0032e80 /emulators | |
parent | 329b1d67326e986076d39e19bffed0305642c720 (diff) | |
download | ports-53f87415e295517b133d1e77ee2417ed8d245bba.tar.gz ports-53f87415e295517b133d1e77ee2417ed8d245bba.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bsnes/Makefile | 1 | ||||
-rw-r--r-- | emulators/bsnes/files/patch-Makefile-qt-libnall | 13 | ||||
-rw-r--r-- | emulators/bsnes/pkg-plist | 1 |
3 files changed, 1 insertions, 14 deletions
diff --git a/emulators/bsnes/Makefile b/emulators/bsnes/Makefile index c48824df6892..5d203529b440 100644 --- a/emulators/bsnes/Makefile +++ b/emulators/bsnes/Makefile @@ -6,6 +6,7 @@ PORTNAME= bsnes PORTVERSION= 0.57 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://byuu.org/files/ \ ftp://ftp.arcadebsd.org/pub/ArcadeBSD/ports/distfiles/ diff --git a/emulators/bsnes/files/patch-Makefile-qt-libnall b/emulators/bsnes/files/patch-Makefile-qt-libnall deleted file mode 100644 index 5a2974268d43..000000000000 --- a/emulators/bsnes/files/patch-Makefile-qt-libnall +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/nall/Makefile-qt.orig 2009-06-15 00:10:35.000000000 +0200 -+++ lib/nall/Makefile-qt 2009-06-15 00:12:05.000000000 +0200 -@@ -30,6 +30,10 @@ - qtlib += -framework Cocoa - qtlib += -framework AppKit - qtlib += -framework ApplicationServices -+else ifeq ($(platform),bsd) -+ qtinc := `pkg-config --cflags QtCore QtGui` -+ qtlib := `pkg-config --libs QtCore QtGui` -+ moc := moc-qt4 - else ifeq ($(platform),win) - ifeq ($(qtpath),) - # find Qt install directory from PATH environment variable diff --git a/emulators/bsnes/pkg-plist b/emulators/bsnes/pkg-plist index 7083f179266b..becf09c0d59f 100644 --- a/emulators/bsnes/pkg-plist +++ b/emulators/bsnes/pkg-plist @@ -1,7 +1,6 @@ bin/bsnes lib/libsnesfilter.so lib/libsnesreader.so -lib/libsupergameboy.so share/applications/bsnes.desktop share/pixmaps/bsnes.png @dirrmtry share/applications |