diff options
author | John Marino <marino@FreeBSD.org> | 2014-05-06 17:24:31 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-05-06 17:24:31 +0000 |
commit | 4cc9b84c44e4fab911995d16bbf4444a14032073 (patch) | |
tree | 099c1987cdbb750fd331f623d1f5e2f26d93e5b5 /games/doomsday | |
parent | cd620f39beba070673f3918ba84cc86d1f97adc4 (diff) | |
download | ports-4cc9b84c44e4fab911995d16bbf4444a14032073.tar.gz ports-4cc9b84c44e4fab911995d16bbf4444a14032073.zip |
Notes
Diffstat (limited to 'games/doomsday')
-rw-r--r-- | games/doomsday/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/doomsday/Makefile b/games/doomsday/Makefile index 10be40bd64c8..3e495fe852ed 100644 --- a/games/doomsday/Makefile +++ b/games/doomsday/Makefile @@ -41,7 +41,7 @@ OPENAL_QMAKE_OFF= CONFIG+=deng_noopenal PORTSCOUT= limit:^\d+\.\d+\.\d+$$ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 1000052 +.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && ${OSVERSION} < 1000052) LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo .endif |