diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-05-02 10:18:03 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-05-02 10:18:03 +0000 |
commit | d464b42ba93992d4a6ba64244bd2d13ac325e8ce (patch) | |
tree | 9c178d473ff625214c1dcc477662edf7710e0396 /games | |
parent | 230cad7fe1dc354b8458108863d373e2e789e326 (diff) | |
download | freebsd-ports-d464b42ba93992d4a6ba64244bd2d13ac325e8ce.zip |
Remove :DEFAULT where not required.
Diffstat (limited to 'games')
-rw-r--r-- | games/90secondportraits/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/90secondportraits/Makefile b/games/90secondportraits/Makefile index 0d7f36ee31ce..bc79e1609619 100644 --- a/games/90secondportraits/Makefile +++ b/games/90secondportraits/Makefile @@ -16,8 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= love10:devel/love10 USE_GITHUB= yes -GH_ACCOUNT= SimonLarsen:DEFAULT -GH_PROJECT= 90-Second-Portraits:DEFAULT +GH_ACCOUNT= SimonLarsen +GH_PROJECT= 90-Second-Portraits GH_TUPLE= vrld:hump:537ca76:hump/hump \ kikito:middleclass:f670920:middleclass/middleclass |