diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-16 06:44:06 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-16 06:44:06 +0000 |
commit | 7f478b6adeb352ee539f388632ff9de91dc107fc (patch) | |
tree | f3a3878d2bf0c1b149457e2b2e14a48de7b20dff | |
parent | 010b19127cc848d585ab515ea2db29796b441929 (diff) | |
download | ports-7f478b6adeb352ee539f388632ff9de91dc107fc.tar.gz ports-7f478b6adeb352ee539f388632ff9de91dc107fc.zip |
graphics/magnum: Remove unnecessary line
-rw-r--r-- | graphics/magnum/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/magnum/Makefile b/graphics/magnum/Makefile index ce5d650f546e..2408fde17686 100644 --- a/graphics/magnum/Makefile +++ b/graphics/magnum/Makefile @@ -73,6 +73,5 @@ ANYAUDIOIMPORTER_USES= openal ANYIMAGEIMPORTER_DESC= Any image importer plugin ANYIMAGEIMPORTER_CMAKE_BOOL= MAGNUM_WITH_ANYIMAGEIMPORTER -#ANYIMAGEIMPORTER_USES= openal .include <bsd.port.mk> |