diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-23 11:52:16 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-23 11:52:16 +0000 |
commit | e9147f633172d6325b9147b44df9f4d90cfe2178 (patch) | |
tree | 44f30e1cbed1588c0eb39dfb56741dea61dd54c3 /graphics | |
parent | ff3b9b846d70c5074e37adf3feb936d924c1f9ea (diff) | |
download | ports-e9147f633172d6325b9147b44df9f4d90cfe2178.tar.gz ports-e9147f633172d6325b9147b44df9f4d90cfe2178.zip |
Notes
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 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 |