diff options
author | kris <kris@FreeBSD.org> | 2000-04-29 21:29:36 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-04-29 21:29:36 +0000 |
commit | 4e0ea24acd1e352b415c68796aeb04ada794d435 (patch) | |
tree | c7d573adff958c1c644be713cfb32552b354cc2e | |
parent | bed7b55ead3135116a7a681a99ccd38cf5a58e86 (diff) | |
download | FreeBSD-ports-4e0ea24acd1e352b415c68796aeb04ada794d435.zip FreeBSD-ports-4e0ea24acd1e352b415c68796aeb04ada794d435.tar.gz |
Add BUILD_DEPENDS on libshhopt port
Noticed by: bento
-rw-r--r-- | graphics/gridpix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gridpix/Makefile b/graphics/gridpix/Makefile index 96ddd25..d6e196b 100644 --- a/graphics/gridpix/Makefile +++ b/graphics/gridpix/Makefile @@ -13,7 +13,8 @@ DISTNAME= GridPix-${PORTVERSION} MAINTAINER= asami@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/libpnm.a:${PORTSDIR}/graphics/netpbm +BUILD_DEPENDS= ${LOCALBASE}/lib/libpnm.a:${PORTSDIR}/graphics/netpbm \ + ${LOCALBASE}/include/shhopt.h:${PORTSDIR}/devel/libshhopt LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg # create necessary directories -- don't want to depend on an http |