diff options
Diffstat (limited to 'multimedia/smpeg2/Makefile')
-rw-r--r-- | multimedia/smpeg2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/smpeg2/Makefile b/multimedia/smpeg2/Makefile index b0dac7503893..481d007f8fd7 100644 --- a/multimedia/smpeg2/Makefile +++ b/multimedia/smpeg2/Makefile @@ -3,7 +3,7 @@ PORTNAME= smpeg2 PORTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://www.libsdl.org/projects/smpeg/release/ \ http://rsync.macports.org/smpeg2/ @@ -13,8 +13,9 @@ COMMENT= Free MPEG1 video player library with sound support LICENSE= GPLv2 -USES= libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool USE_SDL= sdl2 USE_LDCONFIG= yes |