diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-01 13:58:46 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-01 13:58:46 +0000 |
commit | 695c3189179e79c6b04be1018d393412fc01227a (patch) | |
tree | eec5f0512ea6b15decb7505901805cb18d8b9ee3 /games/nethack36 | |
parent | 23e77d41746526c433fcc954b8ee8d4ccd81555a (diff) | |
download | ports-695c3189179e79c6b04be1018d393412fc01227a.tar.gz ports-695c3189179e79c6b04be1018d393412fc01227a.zip |
Notes
Diffstat (limited to 'games/nethack36')
-rw-r--r-- | games/nethack36/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack36/Makefile b/games/nethack36/Makefile index 44a9a1e970a4..1e988dcffe4b 100644 --- a/games/nethack36/Makefile +++ b/games/nethack36/Makefile @@ -16,7 +16,7 @@ LICENSE_NAME= NETHACK GENERAL PUBLIC LICENSE LICENSE_FILE= ${WRKSRC}/dat/license LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= alias gmake ncurses tar:tgz +USES= alias compiler:c11 gmake ncurses tar:tgz WRKSRC= ${WRKDIR}/${TRUEPORTNAME}-${PORTVERSION} |