diff options
author | wiz <wiz@pkgsrc.org> | 2004-08-07 09:54:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-08-07 09:54:17 +0000 |
commit | e2930b2cdd66577079b4b6a391f7ee81bde6de5a (patch) | |
tree | e8742a5e810b96e036a975d517561e75463bc336 | |
parent | ec1cc1298b857cd6153990ed1eb7574a5fd1cbd2 (diff) | |
download | pkgsrc-e2930b2cdd66577079b4b6a391f7ee81bde6de5a.tar.gz |
Remove USE_GCC_SHLIB (package already sets USE_LANGUAGES).
-rw-r--r-- | multimedia/smpeg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/smpeg/Makefile b/multimedia/smpeg/Makefile index aea1c019f85..67b661ab91d 100644 --- a/multimedia/smpeg/Makefile +++ b/multimedia/smpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2004/06/26 09:16:10 grant Exp $ +# $NetBSD: Makefile,v 1.2 2004/08/07 09:54:17 wiz Exp $ # DISTNAME= smpeg-0.4.4 @@ -16,7 +16,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes -USE_GCC_SHLIB= yes USE_LANGUAGES= c c++ USE_X11= yes USE_LIBTOOL= yes |