diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-31 02:06:18 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-31 02:06:18 +0800 |
commit | 00f86e5d5b4d0b3d1bfd681aafaf2ad149bca7e2 (patch) | |
tree | b4f5c7035f1599031377b08248738d4bc4fd37db /devel/libuta | |
parent | 39ea9a966aca571f1333a90b856dec738258f725 (diff) | |
download | freebsd-ports-graphics-00f86e5d5b4d0b3d1bfd681aafaf2ad149bca7e2.tar.gz freebsd-ports-graphics-00f86e5d5b4d0b3d1bfd681aafaf2ad149bca7e2.tar.zst freebsd-ports-graphics-00f86e5d5b4d0b3d1bfd681aafaf2ad149bca7e2.zip |
add INSTALLS_SHLIB
Diffstat (limited to 'devel/libuta')
-rw-r--r-- | devel/libuta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libuta/Makefile b/devel/libuta/Makefile index 9ed45b0904f..be97404ea6c 100644 --- a/devel/libuta/Makefile +++ b/devel/libuta/Makefile @@ -22,6 +22,7 @@ USE_LIBTOOL= yes USE_SDL= yes GNU_CONFIGURE= yes USE_REINPLACE= yes +INSTALLS_SHLIB= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" @@ -40,7 +41,6 @@ WITH_SDL_MIXER= yes LIB_DEPENDS+= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer .endif - pre-everything:: @${ECHO} "" @${ECHO} "You may use the following build options:" |