diff options
Diffstat (limited to 'games/nethack33/Makefile')
-rw-r--r-- | games/nethack33/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index 75f7786822a7..ba7a89132755 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -40,10 +40,10 @@ GRAPHICS= # none .endif .endif -.include <bsd.port.pre.mk> - OPTIONS_DEFINE= DOCS +.include <bsd.port.pre.mk> + .include <bsd.port.options.mk> .if !exists(${PREFIX}/bin/${HACKLINK}) && ${HACKNAME} != ${HACKLINK} |