diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-02-03 14:49:07 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-02-03 14:49:07 +0000 |
commit | e6cefd132f02e8a2ab9b81caafd7ad567a2401fc (patch) | |
tree | adb7fcbb3da3eeea62dfa0d346a38a77012563fd /graphics/sdl2_gfx/Makefile | |
parent | b894e31fa7ed5b8ceb7d0869cbc899d633814c4a (diff) | |
download | ports-e6cefd132f02e8a2ab9b81caafd7ad567a2401fc.tar.gz ports-e6cefd132f02e8a2ab9b81caafd7ad567a2401fc.zip |
- Pet portlint
- Add PORTSCOUT, upstream serves SDL2_gfx-1.0.X.tar.gz as SDL2_gfx-*.0.X.tar.gz
Notes
Notes:
svn path=/head/; revision=492051
Diffstat (limited to 'graphics/sdl2_gfx/Makefile')
-rw-r--r-- | graphics/sdl2_gfx/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/sdl2_gfx/Makefile b/graphics/sdl2_gfx/Makefile index b7fcefad4810..dc30bbc21906 100644 --- a/graphics/sdl2_gfx/Makefile +++ b/graphics/sdl2_gfx/Makefile @@ -12,12 +12,14 @@ COMMENT= SDL graphics drawing primitives and other support functions LICENSE= ZLIB -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip USES= gmake libtool pathfix USE_SDL= sdl2 +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes +PORTSCOUT= limit:^1 + OPTIONS_DEFINE= MMX MMX_CONFIGURE_ENABLE= mmx |