diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-01-10 13:40:21 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-01-10 13:40:21 +0000 |
commit | 00b5c9dce1498c0bb1c0bd9fe36b7c019d27b5ea (patch) | |
tree | 8fd7910412628cc2bda8fffd0787113521ced860 /databases/mysql41-server | |
parent | 093e587d1fa457eb6dfa593ca77e68b834d44930 (diff) | |
download | ports-00b5c9dce1498c0bb1c0bd9fe36b7c019d27b5ea.tar.gz ports-00b5c9dce1498c0bb1c0bd9fe36b7c019d27b5ea.zip |
Notes
Diffstat (limited to 'databases/mysql41-server')
-rw-r--r-- | databases/mysql41-server/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/mysql41-server/Makefile b/databases/mysql41-server/Makefile index 47c0382b801e..f229a60744b5 100644 --- a/databases/mysql41-server/Makefile +++ b/databases/mysql41-server/Makefile @@ -159,12 +159,6 @@ post-patch: post-build: @${SED} "s|%%DB_DIR%%|${DB_DIR}|g" ${PKGDIR}/pkg-install > ${WRKDIR}/pkg-install -.if defined(WITH_OPENSSL) && defined(BUILD_STATIC) -pre-configure: - @${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL." - @${FALSE} -.endif - post-install: .if !defined(PACKAGE_BUILDING) .if exists(${DB_DIR}) && defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no" @@ -248,4 +242,10 @@ post-patch: post-extract: @${CP} /usr/include/tcpd.h ${WRKSRC}/sql/mytcpd.h +.if defined(WITH_OPENSSL) && defined(BUILD_STATIC) +pre-configure: + @${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL." + @${FALSE} +.endif + .include <bsd.port.post.mk> |