diff options
author | martymac <martymac@FreeBSD.org> | 2010-11-16 22:19:17 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2010-11-16 22:19:17 +0800 |
commit | 5a4cd83da21d95d009dd61640907bc5a25ee9f74 (patch) | |
tree | 3a7c73a2cae6eb2d2c32013422914562ab89d362 /emulators | |
parent | 045581d8b203637d01c44ae939f39f6022ce5b90 (diff) | |
download | freebsd-ports-gnome-5a4cd83da21d95d009dd61640907bc5a25ee9f74.tar.gz freebsd-ports-gnome-5a4cd83da21d95d009dd61640907bc5a25ee9f74.tar.zst freebsd-ports-gnome-5a4cd83da21d95d009dd61640907bc5a25ee9f74.zip |
Add missing LICENSE
Approved by: ehaupt (mentor)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/pcsxr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index 3aec93b7bd90..4a3302202be7 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -7,7 +7,7 @@ PORTNAME= pcsxr PORTVERSION= 1.9.91 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators # Original URLs : # http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=pcsxr&DownloadId=98581&FileTime=129064504645100000&Build=16694 @@ -23,6 +23,8 @@ COMMENT= Playstation (PSX) emulator BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis +LICENSE= GPLv2 + ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= yes |