diff options
author | anray <anray@FreeBSD.org> | 2006-01-19 13:33:35 +0000 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-01-19 13:33:35 +0000 |
commit | c77e37a1d10cd5a20f71030c6959ef088b05fbeb (patch) | |
tree | 200d98edecaabb403b47f1e8167676ad88844545 /graphics/sam2p | |
parent | 101593fbc18dd38f149df61cf3f4f905c6ab2a88 (diff) | |
download | FreeBSD-ports-c77e37a1d10cd5a20f71030c6959ef088b05fbeb.zip FreeBSD-ports-c77e37a1d10cd5a20f71030c6959ef088b05fbeb.tar.gz |
Required shells/bash instead of shells/bash2.
Diffstat (limited to 'graphics/sam2p')
-rw-r--r-- | graphics/sam2p/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index 1620528..d53c4db 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -19,7 +19,7 @@ COMMENT= Converts raster (bitmap) image formats into PS or PDF files BUILD_DEPENDS= tif22pnm:${PORTSDIR}/graphics/tif22pnm \ tifftopnm:${PORTSDIR}/graphics/netpbm \ zip:${PORTSDIR}/archivers/zip \ - bash:${PORTSDIR}/shells/bash2 + bash:${PORTSDIR}/shells/bash LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg USE_GHOSTSCRIPT_RUN= yes |