summaryrefslogtreecommitdiff
path: root/graphics/aqsis
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-09-23 11:52:16 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-09-23 11:52:16 +0000
commite9147f633172d6325b9147b44df9f4d90cfe2178 (patch)
tree44f30e1cbed1588c0eb39dfb56741dea61dd54c3 /graphics/aqsis
parentCorrect a *_DEPENDS entry: (diff)
devel/libargparse only installs a static library, so the dependency
can be described in LIB_DEPENDS. Use BUILD_DEPENDS instead. Submitted by: bento
Notes
Notes: svn path=/head/; revision=67056
Diffstat (limited to 'graphics/aqsis')
-rw-r--r--graphics/aqsis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile
index bcf97068f7d1..5f9a7df436e1 100644
--- a/graphics/aqsis/Makefile
+++ b/graphics/aqsis/Makefile
@@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \
- argparse:${PORTSDIR}/devel/libargparse
+BUILD_DEPENDS= ${LOCALBASE}/lib/libargparse.a:${PORTSDIR}/devel/libargparse
+LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff
USE_REINPLACE= yes
USE_MESA= yes