diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-02 11:55:25 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-02 11:55:25 +0800 |
commit | a46751c433316b595109307b3386c72b57c00da2 (patch) | |
tree | 18f85ec5a8122466cebe0537e329badbefdade10 /games/openalchemist | |
parent | a2ad4df665ffcb79e6e31c6886e29c2eeba9c045 (diff) | |
download | freebsd-ports-gnome-a46751c433316b595109307b3386c72b57c00da2.tar.gz freebsd-ports-gnome-a46751c433316b595109307b3386c72b57c00da2.tar.zst freebsd-ports-gnome-a46751c433316b595109307b3386c72b57c00da2.zip |
Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.
Approved by: portmgr (tabthorpe)
Diffstat (limited to 'games/openalchemist')
-rw-r--r-- | games/openalchemist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openalchemist/Makefile b/games/openalchemist/Makefile index b9c120aa4260..08c5519bccf2 100644 --- a/games/openalchemist/Makefile +++ b/games/openalchemist/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 CCbySA LICENSE_COMB= multi LICENSE_NAME_CCbySA= Creative Commons Attribution-ShareAlike LICENSE_FILE_CCbySA= ${WRKSRC}/GRAPHICS-LICENSE -LICENSE_PERMS_CCbySA= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS_CCbySA= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= clanCore:${PORTSDIR}/devel/clanlib1 \ |