diff options
Diffstat (limited to 'devel/sdl-devel')
-rw-r--r-- | devel/sdl-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/sdl-devel/pkg-plist | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/devel/sdl-devel/Makefile b/devel/sdl-devel/Makefile index ca82f50350e0..b5cb0842fbe3 100644 --- a/devel/sdl-devel/Makefile +++ b/devel/sdl-devel/Makefile @@ -19,10 +19,8 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_GMAKE= yes USE_XLIB= yes GNU_CONFIGURE= yes - CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \ LOCALBASE="${LOCALBASE}" - CFLAGS+= -D_THREAD_SAFE post-install: diff --git a/devel/sdl-devel/pkg-plist b/devel/sdl-devel/pkg-plist index eab0e6eff881..76d43c9df618 100644 --- a/devel/sdl-devel/pkg-plist +++ b/devel/sdl-devel/pkg-plist @@ -23,11 +23,10 @@ include/SDL/SDL_version.h include/SDL/SDL_video.h include/SDL/begin_code.h include/SDL/close_code.h -lib/libSDL-1.0.so -lib/libSDL-1.0.so.2 lib/libSDL.a lib/libSDL.la lib/libSDL.so +lib/libSDL.so.2 lib/libSDLmain.a @exec /sbin/ldconfig -m %B @unexec /sbin/ldconfig -R |