diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-09-03 15:26:04 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-09-03 15:26:04 +0800 |
commit | db5e0110fc3ae39aca9637391a994bce72ec55db (patch) | |
tree | 852aefddc43d3062e552b07f065f856acc95ff17 /graphics | |
parent | c6e6562c72d051a4f09581ea47d530984d4380c4 (diff) | |
download | freebsd-ports-graphics-db5e0110fc3ae39aca9637391a994bce72ec55db.tar.gz freebsd-ports-graphics-db5e0110fc3ae39aca9637391a994bce72ec55db.tar.zst freebsd-ports-graphics-db5e0110fc3ae39aca9637391a994bce72ec55db.zip |
Correct BUILD_DEPENDS.
Submitted by: bento
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gridpix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gridpix/Makefile b/graphics/gridpix/Makefile index d15044d0887..279ed6d7f0a 100644 --- a/graphics/gridpix/Makefile +++ b/graphics/gridpix/Makefile @@ -14,7 +14,7 @@ DISTNAME= GridPix-${PORTVERSION} MAINTAINER= asami@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/libnetpnm.a:${PORTSDIR}/graphics/netpbm +BUILD_DEPENDS= ${LOCALBASE}/lib/libnetpbm.a:${PORTSDIR}/graphics/netpbm LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg # create necessary directories -- don't want to depend on an http |