diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-03-08 18:51:20 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-03-08 18:51:20 +0800 |
commit | 8866ca9afb0f1aa0fdfbac8790071ee7ea6bcfa9 (patch) | |
tree | 960b963b7b2dfe74e2c157744a6f340894dbcb37 /graphics | |
parent | 73d1152e6aa1cdf8bd8e1ba8bc658a4f65e14847 (diff) | |
download | freebsd-ports-gnome-8866ca9afb0f1aa0fdfbac8790071ee7ea6bcfa9.tar.gz freebsd-ports-gnome-8866ca9afb0f1aa0fdfbac8790071ee7ea6bcfa9.tar.zst freebsd-ports-gnome-8866ca9afb0f1aa0fdfbac8790071ee7ea6bcfa9.zip |
Use NO_LATEST_LINK to avoid unique name conflict.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fbm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/fbm/Makefile b/graphics/fbm/Makefile index c36df8c61ed6..ab132727e4af 100644 --- a/graphics/fbm/Makefile +++ b/graphics/fbm/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Fuzzy Pixmap Manipulation utilities NO_WRKSUBDIR= yes -LATEST_LINK= graphics_fbm +NO_LATEST_LINK= yes 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 \ |