diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-20 20:28:14 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-20 20:28:14 +0000 |
commit | 30af7b687ec04b5824e456e5872927901b8cdd0c (patch) | |
tree | cd0d4db1d5cad92487313b1654e140beadda6a0d /print | |
parent | 56ec8c7cd1bf45418f18c2e3ce316d1634f44f04 (diff) | |
download | ports-30af7b687ec04b5824e456e5872927901b8cdd0c.tar.gz ports-30af7b687ec04b5824e456e5872927901b8cdd0c.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/bjfiltercom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/bjfiltercom/Makefile b/print/bjfiltercom/Makefile index 1d7f34373255..807b6e779362 100644 --- a/print/bjfiltercom/Makefile +++ b/print/bjfiltercom/Makefile @@ -17,7 +17,7 @@ EXTRACT_ONLY= ${RPMFILE} MAINTAINER= taoka@FreeBSD.org -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm2cpio +BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio .if defined(SLAVE_PORT) RUN_DEPENDS= stsmon:${PORTSDIR}/print/bjfiltercom \ pstops:${PORTSDIR}/print/psutils-${PAPERSIZE} |