aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/pcsxr/Makefile
diff options
context:
space:
mode:
authormartymac <martymac@FreeBSD.org>2011-01-20 21:16:55 +0800
committermartymac <martymac@FreeBSD.org>2011-01-20 21:16:55 +0800
commit4aeb9881ef1b2d2bf6fa7eb10e86daf3267dc6d9 (patch)
tree4a91e9ada0460b8a92463a1c6142c14470490a03 /emulators/pcsxr/Makefile
parent715f152b427a21aa9d4baf88987e51d08e9904de (diff)
downloadfreebsd-ports-gnome-4aeb9881ef1b2d2bf6fa7eb10e86daf3267dc6d9.tar.gz
freebsd-ports-gnome-4aeb9881ef1b2d2bf6fa7eb10e86daf3267dc6d9.tar.zst
freebsd-ports-gnome-4aeb9881ef1b2d2bf6fa7eb10e86daf3267dc6d9.zip
Add a DOS2UNIX_REGEX to prevent corruption of embedded data files
Feature safe: yes Approved by: ehaupt (mentor)
Diffstat (limited to 'emulators/pcsxr/Makefile')
-rw-r--r--emulators/pcsxr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile
index 6678f2ae0180..ed7c382dab81 100644
--- a/emulators/pcsxr/Makefile
+++ b/emulators/pcsxr/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pcsxr
PORTVERSION= 1.9.91
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
# Original URLs :
# http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=pcsxr&DownloadId=98581&FileTime=129064504645100000&Build=16694
@@ -36,7 +36,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-opengl
USE_LDCONFIG= yes
+
USE_DOS2UNIX= yes
+DOS2UNIX_REGEX= .*\.(c|h|cpp|hpp)
USE_GNOME= gtk20 desktopfileutils glib20 libglade2
USE_ICONV= yes