diff options
Diffstat (limited to 'devel/esdl/Makefile')
-rw-r--r-- | devel/esdl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/esdl/Makefile b/devel/esdl/Makefile index caa915cd558f..b4099c9f7be0 100644 --- a/devel/esdl/Makefile +++ b/devel/esdl/Makefile @@ -29,8 +29,8 @@ ALL_TARGET= target PLIST_SUB= VERSION="${PORTVERSION}" MAKE_JOBS_SAFE= yes -OPTIONS= SDL_TTF "SDL_ttf support" on \ - SDL_IMAGE "SDL_image support" on +OPTIONS= SDL_TTF "SDL_ttf support" on \ + SDL_IMAGE "SDL_image support" on .include <bsd.port.pre.mk> |