diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-02-28 17:12:30 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-02-28 17:12:30 +0000 |
commit | 4f2adb313e65602b412114897cf8617334eae59c (patch) | |
tree | a779b52b56f1f5f0265d0063e67be52c34f0a2d2 | |
parent | dae4d6bdd2a5e24f09b1a87335c00507a3da1cb0 (diff) |
games/aquaria: remove bogus comment from copypasta
-rw-r--r-- | games/aquaria/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/aquaria/Makefile b/games/aquaria/Makefile index fd6c92da404f..711136199047 100644 --- a/games/aquaria/Makefile +++ b/games/aquaria/Makefile @@ -44,7 +44,7 @@ SUB_FILES= pkg-message PLIST_FILES= bin/aquaria PORTDATA= * -# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31 (don't forget distinfo) +# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31 .if !exists(/usr/include/c++/v1/concepts) LDFLAGS_i386:= ${LDFLAGS_i386:N*no-check-dynamic-relocations*} .endif |