diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-12 22:16:50 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-12 22:16:50 +0800 |
commit | a0fed411ad2ca87726ba4a22d9183f67218f9354 (patch) | |
tree | 50d55a24905a2ac0156593bee33877f2bedfccb4 | |
parent | d06e248b1608576f98bcb16a1841ddc0feb7de9d (diff) | |
download | freebsd-ports-gnome-a0fed411ad2ca87726ba4a22d9183f67218f9354.tar.gz freebsd-ports-gnome-a0fed411ad2ca87726ba4a22d9183f67218f9354.tar.zst freebsd-ports-gnome-a0fed411ad2ca87726ba4a22d9183f67218f9354.zip |
Remove a comment about USE_AUTOTOOLS=libtool
-rw-r--r-- | security/cyrus-sasl2-saslauthd/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile index fc4b2fba22f6..6f13cf0187dc 100644 --- a/security/cyrus-sasl2-saslauthd/Makefile +++ b/security/cyrus-sasl2-saslauthd/Makefile @@ -23,10 +23,6 @@ PATCHDIR= ${CYRUS_SASL2_DIR}/files INSTALL_WRKSRC= ${WRKSRC}/saslauthd DOCSDIR= ${PREFIX}/share/doc/cyrus-sasl2 -# This doesn't work due to absence of .al support in our libtool -#USE_AUTOTOOLS= libtool -#LIBTOOLFILES= ${CONFIGURE_SCRIPT} saslauthd/configure - USE_RC_SUBR= saslauthd USE_OPENSSL= yes GNU_CONFIGURE= yes |