diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
commit | 7ae7b018ccf7760013f368fcb83aad9ecd8982a8 (patch) | |
tree | e83ee6693050a76e305a95a376451aa583df151e /games/heretic/Makefile | |
parent | a35ba13770957a577275c3575d979457605f2aff (diff) | |
download | ports-7ae7b018ccf7760013f368fcb83aad9ecd8982a8.tar.gz ports-7ae7b018ccf7760013f368fcb83aad9ecd8982a8.zip |
Notes
Diffstat (limited to 'games/heretic/Makefile')
-rw-r--r-- | games/heretic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/heretic/Makefile b/games/heretic/Makefile index 92daad98c877..036b78a0f2d5 100644 --- a/games/heretic/Makefile +++ b/games/heretic/Makefile @@ -12,7 +12,8 @@ DISTNAME= gl${PORTNAME}-${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= Unix source-port of the famous Heretic game by id Software -USES= gmake +USES= dos2unix gmake +DOS2UNIX_FILES= opengl/gl_struct.h USE_XORG= x11 xi xpm xau OPTIONS_DEFINE= WAD DOCS |