diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
commit | f359ee78885faedfb9fd1259c36133038ac50245 (patch) | |
tree | e149280677fe44f0552faf757470ea0023906ed0 /audio/wsoundserver/Makefile | |
parent | 124867154b7cf447efaed5aa7238f231be993f70 (diff) | |
download | FreeBSD-ports-f359ee78885faedfb9fd1259c36133038ac50245.zip FreeBSD-ports-f359ee78885faedfb9fd1259c36133038ac50245.tar.gz |
First round of INSTALL_SHLIB fixes.
Diffstat (limited to 'audio/wsoundserver/Makefile')
-rw-r--r-- | audio/wsoundserver/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/wsoundserver/Makefile b/audio/wsoundserver/Makefile index c588aef..8f8f131 100644 --- a/audio/wsoundserver/Makefile +++ b/audio/wsoundserver/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker USE_X_PREFIX= yes +INSTALL_SHLIBS= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes MAKE_ARGS= "-E CFLAGS" |