diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-06 10:20:25 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-06 10:20:25 +0000 |
commit | fbfd8ca08af9b4f8b7f5b8ccdedcabc78425e98c (patch) | |
tree | 56ebff26cbfb2863cd6be9d6f0f94f6b1352c71b | |
parent | Follow mod_php4: (diff) |
Added INSTALLS_SHLIB statement.
Informed maintainer.
Notes
Notes:
svn path=/head/; revision=74959
-rw-r--r-- | audio/liba52-devel/Makefile | 1 | ||||
-rw-r--r-- | audio/liba52/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/liba52-devel/Makefile b/audio/liba52-devel/Makefile index 57da87f493ba..e53bfab9ff22 100644 --- a/audio/liba52-devel/Makefile +++ b/audio/liba52-devel/Makefile @@ -18,6 +18,7 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-oss --enable-shared USE_LIBTOOL= yes +INSTALLS_SHLIB= yes .ifndef(WITHOUT_DJBFFT) BUILD_DEPENDS+= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile index 57da87f493ba..e53bfab9ff22 100644 --- a/audio/liba52/Makefile +++ b/audio/liba52/Makefile @@ -18,6 +18,7 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-oss --enable-shared USE_LIBTOOL= yes +INSTALLS_SHLIB= yes .ifndef(WITHOUT_DJBFFT) BUILD_DEPENDS+= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft |