diff options
author | Andrew Manison <amanison@anselsystems.com> | 2010-08-13 14:08:16 +0000 |
---|---|---|
committer | Andrew Manison <amanison@anselsystems.com> | 2010-08-13 14:08:16 +0000 |
commit | 3feb2747624921c5d5b50910180a15e0641787e3 (patch) | |
tree | 6a02cc0f1b1e7660262af07847035ea05e75969d /main/mpfr3/APKBUILD | |
parent | 4dd2915b6b1d725e701acd6dae9040cd4e0a7ca6 (diff) | |
download | aports-3feb2747624921c5d5b50910180a15e0641787e3.tar.bz2 aports-3feb2747624921c5d5b50910180a15e0641787e3.tar.xz |
main/mpfr3: Modified subpackages to remove redundant :dev
Modified development subpackage name to remove the redundant :dev (already has -dev
suffix) which confuses the dependency analyzer script (aports.lua).
Diffstat (limited to 'main/mpfr3/APKBUILD')
-rw-r--r-- | main/mpfr3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mpfr3/APKBUILD b/main/mpfr3/APKBUILD index 31d912402d..d7c4aa6a3d 100644 --- a/main/mpfr3/APKBUILD +++ b/main/mpfr3/APKBUILD @@ -8,7 +8,7 @@ license="GPL LGPL" depends= makedepends="gmp-dev texinfo" source="http://www.mpfr.org/mpfr-current/mpfr-$pkgver.tar.bz2" -subpackages="$pkgname-doc mpfr-dev:dev" +subpackages="$pkgname-doc mpfr-dev" _builddir="$srcdir"/mpfr-$pkgver build() { |