aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntp
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-12-02 22:26:21 +0800
committerpav <pav@FreeBSD.org>2010-12-02 22:26:21 +0800
commitda593a7961ed4eef507517a1446e78a146f86f1b (patch)
treeb4e3bbf952ee5ac6334a8fb38d9fbc1a9a8ce998 /net/ntp
parent1349f905e8b69826862800d8a791d281e354f7bc (diff)
downloadfreebsd-ports-gnome-da593a7961ed4eef507517a1446e78a146f86f1b.tar.gz
freebsd-ports-gnome-da593a7961ed4eef507517a1446e78a146f86f1b.tar.zst
freebsd-ports-gnome-da593a7961ed4eef507517a1446e78a146f86f1b.zip
- Fix SSL option: USE_OPENSSL must be before pre.mk
PR: ports/152330 Reported by: Alexander Krivnetsov <akriventsov@hc.ru> Approved by: maintainer timeout (cy; 15 days)
Diffstat (limited to 'net/ntp')
-rw-r--r--net/ntp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile
index 2d55c985e316..92a37ced00c5 100644
--- a/net/ntp/Makefile
+++ b/net/ntp/Makefile
@@ -33,7 +33,7 @@ OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
RAWDCF "Enable RAWDCF option" OFF \
SSL "Enable SSL" ON
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if defined(WITH_RAWDCF)
CONFIGURE_ARGS+= --enable-RAWDCF
@@ -71,4 +71,4 @@ post-install:
${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} --quiet ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
ns'>-29/+12 * Update to KOffice 1.3.5lofi2004-12-142-4/+4 * Update to KDE 3.3.1lofi2004-11-083-8/+3 * Update to KDE 3.3lofi2004-08-311-1/+1 * Factor out all but one of the build switches of the KDE main module portslofi2004-08-112-3/+3 * Update to version 1.3.1lofi2004-05-063-4/+3 * SIZEify.lofi2004-03-181-0/+1 * Fix plists.lofi2004-03-091-0/+54 * Update to KDE 3.2.0lofi2004-02-051-2/+0