Fix build when using packages as prerequisites instead of ports, ie.

pointyhat.
This commit is contained in:
Cy Schubert 2009-12-30 19:10:14 +00:00
parent 9489dbc80c
commit 411a687305
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246895
2 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,7 @@ COMMENT= The Network Time Protocol Distribution
LATEST_LINK= ${PORTNAME}-dev
GNU_CONFIGURE= yes
USE_AUTOTOOLS= automake:110 libtool:22
.if defined(ENABLE_RAWDCF)
CONFIGURE_ARGS+= --enable-RAWDCF

View File

@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \
ftp://ftp.archive.de.uu.net/pub/unix/ntp/ntp4/ \
ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/ntp/ntp4/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-RC/}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/p/:S/.r/-RC/}
MAINTAINER= cy@FreeBSD.org
COMMENT= The Network Time Protocol Distribution
@ -20,7 +20,7 @@ COMMENT= The Network Time Protocol Distribution
LATEST_LINK= ${PORTNAME}
GNU_CONFIGURE= yes
USE_AUTOTOOLS= automake:110
USE_AUTOTOOLS= automake:110 libtool:22
MAN1= sntp.1 \
ntpd.1 \