diff options
author | hrs <hrs@FreeBSD.org> | 2013-04-24 12:13:09 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-04-24 12:13:09 +0800 |
commit | 2eb8bbb4c7f6dd5581d57d6529733b1c66ab8db2 (patch) | |
tree | b0094c17ab958c91c23c0e89d3bb437c5adf6982 /textproc/groff | |
parent | b6701d0fcaba2068d4d469fbb4def557cb85cb6b (diff) | |
download | freebsd-ports-graphics-2eb8bbb4c7f6dd5581d57d6529733b1c66ab8db2.tar.gz freebsd-ports-graphics-2eb8bbb4c7f6dd5581d57d6529733b1c66ab8db2.tar.zst freebsd-ports-graphics-2eb8bbb4c7f6dd5581d57d6529733b1c66ab8db2.zip |
Merge print/psutils-a4 and print/psutils-letter into a single port
print/psutils. The default paper size in the programs can be set via
libpaper ($PAPERSIZE or etc/papersize configuration file).
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 3bab5d56f74..cfd1befa062 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -7,7 +7,7 @@ PORTNAME= groff PORTVERSION= 1.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= groff @@ -16,7 +16,7 @@ MAINTAINER= uqs@FreeBSD.org COMMENT= Software typesetting package BUILD_DEPENDS= ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript8 \ - ${LOCALBASE}/bin/psselect:${PORTSDIR}/print/psutils-letter + ${LOCALBASE}/bin/psselect:${PORTSDIR}/print/psutils RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= GPLv3 |