diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-05-07 07:49:23 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-05-07 07:49:23 +0000 |
commit | bb0ac57e561180431f61fe525a34ef0fc8307ccd (patch) | |
tree | 5bff7a9f91ca1127922e8a76fba21a756793de39 /misc/libh/Makefile | |
parent | Upgrade to 3.23. (diff) |
Update to a May 05 CVS snapshot.
Submitted by: Nathan Ahlstrom <nra@FreeBSD.org>
Diffstat (limited to 'misc/libh/Makefile')
-rw-r--r-- | misc/libh/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/libh/Makefile b/misc/libh/Makefile index f32e84c15f65..1c629c48ada0 100644 --- a/misc/libh/Makefile +++ b/misc/libh/Makefile @@ -25,10 +25,13 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> DISTFILES!= ${CAT} ${FILESDIR}/distfiles +.if ${XFREE86_VERSION} > 3 +EXTRA_PATCHES=${PKGDIR}/patch-aa +.endif CVS_CMD?= cvs -z3 # arbitrary date for now. -CVS_DATE= Sat Mar 10 13:00:00 GMT 2001 +CVS_DATE= Sat May 05 13:00:00 GMT 2001 CVS_DATE_!= ${ECHO} -n "${CVS_DATE}" | ${SED} 's/[ \t:]/_/g' CVS_SITES?= :pserver:anonymous@usw4.freebsd.org:/home/libh/cvs DIRNAME= ${PORTNAME}-${PORTVERSION} |