diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 10:26:46 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 10:26:46 +0000 |
commit | 84040e08606677e89a7735780f8a6e30b78ff334 (patch) | |
tree | e71680cb84d56a2ca6dbe870472bd01fcd87a217 /audio/sdl_sound/Makefile | |
parent | 012586d32c230a3ef2fb8f3368230787d0920d83 (diff) |
Support staging.
Notes
Notes:
svn path=/head/; revision=331362
Diffstat (limited to 'audio/sdl_sound/Makefile')
-rw-r--r-- | audio/sdl_sound/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile index c6808b5f52ac..b539d58e35aa 100644 --- a/audio/sdl_sound/Makefile +++ b/audio/sdl_sound/Makefile @@ -13,7 +13,6 @@ MAINTAINER= mva@FreeBSD.org COMMENT= A SDL audio library and player for some popular sound file formats USE_AUTOTOOLS= libtool -NO_STAGE= yes USE_LDCONFIG= yes USE_SDL= sdl CPPFLAGS+= -I${LOCALBASE}/include |