diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-03-08 13:58:25 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-03-08 13:58:25 +0800 |
commit | b7e4423f4f94be113e4239018cfcde32a33a09ca (patch) | |
tree | 51ec061f2d12b095f7af7fbe71dd0696d105494c /textproc | |
parent | 0eadc8ff479da1157f526b3ba9cb15627fdd1338 (diff) | |
download | freebsd-ports-gnome-b7e4423f4f94be113e4239018cfcde32a33a09ca.tar.gz freebsd-ports-gnome-b7e4423f4f94be113e4239018cfcde32a33a09ca.tar.zst freebsd-ports-gnome-b7e4423f4f94be113e4239018cfcde32a33a09ca.zip |
Fix $LATEST_LINK conflict.
Reported by: kris
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xhtml-11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/xhtml-11/Makefile b/textproc/xhtml-11/Makefile index 63798835b090..94a61059f510 100644 --- a/textproc/xhtml-11/Makefile +++ b/textproc/xhtml-11/Makefile @@ -18,6 +18,7 @@ COMMENT= W3C's XHTML 1.1 DTD RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr +LATEST_LINK= xhtml-11 WRKSRC= ${WRKDIR}/xhtml11-20010531 NO_BUILD= yes PLIST_SUB= XMLCATMGR=${XMLCATMGR} DTDDIR=${DTDDIR} \ |