diff options
author | knu <knu@FreeBSD.org> | 2002-09-23 11:52:16 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-09-23 11:52:16 +0000 |
commit | a0ad7a2a75aded07cdf411d0e51ae5101f3d437d (patch) | |
tree | 5399807cf6057959ec7b0f3bd5db6ec6bb74fcc1 /graphics | |
parent | 830cc689345fa3857dffddfaffe4323e58921359 (diff) | |
download | FreeBSD-ports-a0ad7a2a75aded07cdf411d0e51ae5101f3d437d.zip FreeBSD-ports-a0ad7a2a75aded07cdf411d0e51ae5101f3d437d.tar.gz |
devel/libargparse only installs a static library, so the dependency
can be described in LIB_DEPENDS. Use BUILD_DEPENDS instead.
Submitted by: bento
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aqsis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index bcf9706..5f9a7df 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 |