summaryrefslogtreecommitdiff
path: root/package/cyrus-sasl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-08 14:38:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-08 14:38:37 +0100
commit77532693bac20db899136602375d2381265cf5cd (patch)
tree8b4021e9d15390f8e8ded6c0cceac1d7002947d9 /package/cyrus-sasl
parent52ef6765b097f227c6cf61876c5e9b71ba2e4a7f (diff)
add subpackage information
Diffstat (limited to 'package/cyrus-sasl')
-rw-r--r--package/cyrus-sasl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/cyrus-sasl/Makefile b/package/cyrus-sasl/Makefile
index 5a5dcfd4a..c914941e9 100644
--- a/package/cyrus-sasl/Makefile
+++ b/package/cyrus-sasl/Makefile
@@ -16,11 +16,13 @@ PKG_SITES:= http://ftp.andrew.cmu.edu/pub/cyrus-mail/
PKG_NOPARALLEL:= 1
PKG_SUBPKGS:= LIBSASL2 LIBSASL2_DEV
+PKGSD_LIBSASL2_DEV:= sasl2 headers
+PKGSC_LIBSASL2_DEV:= devel
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LIBSASL2,libsasl2,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-$(eval $(call PKG_template,LIBSASL2_DEV,libsasl2-dev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,LIBSASL2_DEV,libsasl2-dev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBSASL2_DEV},${PKGSC_LIBSASL2_DEV}))
CONFIGURE_ARGS+= --disable-sample \
--enable-staticdlopen \