diff -u -r /usr/ports/devel/sdl12/Makefile sdl12/Makefile --- /usr/ports/devel/sdl12/Makefile Wed Sep 20 23:25:44 2006 +++ sdl12/Makefile Wed Sep 20 23:29:07 2006 @@ -18,11 +18,12 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm +INSTALLS_SHLIB= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes WANT_GNOME= yes USE_GNOME= gnomehack gnometarget -USE_ICONV= yes +USE_ICONV= yes CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ @@ -38,7 +39,7 @@ CONFIGURE_ARGS+=--disable-video-x11 .endif -# XXX: exists untill it will be committed to bsd.port.mk +# XXX: exists until it will be committed to bsd.port.mk COPYTREE_SHARE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ 2>&1) && \ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} $$1 && \ diff -u -r /usr/ports/devel/sdl12/pkg-plist sdl12/pkg-plist --- /usr/ports/devel/sdl12/pkg-plist Wed Sep 20 23:25:46 2006 +++ sdl12/pkg-plist Wed Sep 20 23:22:43 2006 @@ -18,11 +18,13 @@ include/SDL/SDL_error.h include/SDL/SDL_events.h include/SDL/SDL_getenv.h +include/SDL/SDL_image.h include/SDL/SDL_joystick.h include/SDL/SDL_keyboard.h include/SDL/SDL_keysym.h include/SDL/SDL_loadso.h include/SDL/SDL_main.h +include/SDL/SDL_mixer.h include/SDL/SDL_mouse.h include/SDL/SDL_mutex.h include/SDL/SDL_name.h