diff options
author | adam <adam@pkgsrc.org> | 2011-01-20 11:27:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-01-20 11:27:11 +0000 |
commit | ac2091c0fada624478cd237a9a48121bbf60fff7 (patch) | |
tree | 65cca8b26da9c80a041834211c2d2355cdb970c3 /textproc/icu/Makefile | |
parent | 8c4bccae6d5e695b5bd7365d41932d8ed0469551 (diff) | |
download | pkgsrc-ac2091c0fada624478cd237a9a48121bbf60fff7.tar.gz |
Dynamic library names are handled automatically in PkgSrc
Diffstat (limited to 'textproc/icu/Makefile')
-rw-r--r-- | textproc/icu/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index 7dd55f7440d..72ae2ad5ad1 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2010/12/07 17:58:13 adam Exp $ +# $NetBSD: Makefile,v 1.62 2011/01/20 11:27:11 adam Exp $ DISTNAME= icu4c-4_6-src PKGNAME= icu-4.6 @@ -50,13 +50,7 @@ PLIST_SUBST+= MH_NAME=mh-unknown .endif .if ${OPSYS} == "Darwin" -SO_EXT= -SO_SUFFIX=.dylib INSTALL_UNSTRIPPED= yes -.else -SO_EXT=.so -SO_SUFFIX= .endif -PLIST_SUBST+= SO_SUFFIX=${SO_SUFFIX} SO_EXT=${SO_EXT} .include "../../mk/bsd.pkg.mk" |