Skip to content

Commit

Permalink
NicePlayer: declare that this thing always builds universal
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@28285 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
ryandesign committed Aug 27, 2007
1 parent f982656 commit 040a7ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aqua/NicePlayer/Portfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PortSystem 1.0


name NicePlayer name NicePlayer
version 0.95 version 0.95
revision 1
categories aqua multimedia categories aqua multimedia
platforms macosx platforms macosx
maintainers jay+macports@tuley.name maintainers jay+macports@tuley.name
Expand Down Expand Up @@ -64,3 +65,7 @@ destroot {
file copy ${workpath}/build/Release/${name}.app \ file copy ${workpath}/build/Release/${name}.app \
${destroot}/Applications/MacPorts/ ${destroot}/Applications/MacPorts/
} }

# NicePlayer always builds universal, so let's advertise that.
default_variants +universal
variant universal {}

0 comments on commit 040a7ad

Please sign in to comment.