Fix $LATEST_LINK conflict.

Reported by:	kris
This commit is contained in:
Jun Kuriyama 2004-03-08 05:58:25 +00:00
parent 196f2e73b2
commit 80cc44e035
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103268
4 changed files with 4 additions and 0 deletions

View file

@ -23,6 +23,7 @@ BUILD_WRKSRC= ${WRKSRC}/lib/GL
USE_BZIP2= yes USE_BZIP2= yes
USE_X_PREFIX= yes USE_X_PREFIX= yes
MAKE_ENV= FBSDCFLAGS="${CFLAGS}" FBSDCC="${CC}" FBSDCXX="${CXX}" MAKE_ENV= FBSDCFLAGS="${CFLAGS}" FBSDCC="${CC}" FBSDCXX="${CXX}"
LATEST_LINK= ${PORTNAME}-devel
DRILIST= ffb gamma i810 i830 mga r128 r200 radeon sis tdfx DRILIST= ffb gamma i810 i830 mga r128 r200 radeon sis tdfx

View file

@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Fuzzy Pixmap Manipulation utilities COMMENT= Fuzzy Pixmap Manipulation utilities
NO_WRKSUBDIR= yes NO_WRKSUBDIR= yes
LATEST_LINK= graphics_fbm
MANL= clr2gray.l fbcat.l fbclean.l fbconv.l fbedge.l fbext.l fbhalf.l \ MANL= clr2gray.l fbcat.l fbclean.l fbconv.l fbedge.l fbext.l fbhalf.l \
fbham.l fbhist.l fbinfo.l fbm.l fbm2pod.l fbmask.l fbmedian.l \ fbham.l fbhist.l fbinfo.l fbm.l fbm2pod.l fbmask.l fbmedian.l \

View file

@ -17,6 +17,7 @@ COMMENT= Flexible Bayesian Modeling and Markov Chain Sampling
USE_REINPLACE= yes USE_REINPLACE= yes
LATEST_LINK= math_fbm
SCRIPTS = bvg-circ bvg-wrap dist-circ dist-wrap gp-circ \ SCRIPTS = bvg-circ bvg-wrap dist-circ dist-wrap gp-circ \
gp-wrap dft-circ dft-wrap mix-circ mix-wrap \ gp-wrap dft-circ dft-wrap mix-circ mix-wrap \
net-circ net-wrap net-circ net-wrap

View file

@ -18,6 +18,7 @@ COMMENT= W3C's XHTML 1.1 DTD
RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
LATEST_LINK= xhtml-11
WRKSRC= ${WRKDIR}/xhtml11-20010531 WRKSRC= ${WRKDIR}/xhtml11-20010531
NO_BUILD= yes NO_BUILD= yes
PLIST_SUB= XMLCATMGR=${XMLCATMGR} DTDDIR=${DTDDIR} \ PLIST_SUB= XMLCATMGR=${XMLCATMGR} DTDDIR=${DTDDIR} \