diff options
author | des <des@FreeBSD.org> | 2014-01-23 23:27:58 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2014-01-23 23:27:58 +0800 |
commit | b0096d3011f2bc2c35d0e3bf32f752c6b9457571 (patch) | |
tree | a9bd87b34487cf25b2f68d3aa802837bf0d37ff6 | |
parent | 60a9a0dfc6fd46c0baecfb956fd50322c404d06b (diff) | |
download | freebsd-ports-gnome-b0096d3011f2bc2c35d0e3bf32f752c6b9457571.tar.gz freebsd-ports-gnome-b0096d3011f2bc2c35d0e3bf32f752c6b9457571.tar.zst freebsd-ports-gnome-b0096d3011f2bc2c35d0e3bf32f752c6b9457571.zip |
Relpace hardcoded ghostscript build dependency with USE_GHOSTSCRIPT_RUN.
MFH 2014Q1
-rw-r--r-- | textproc/groff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 721fde35c2e2..71c9d0fe67e0 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -3,7 +3,7 @@ PORTNAME= groff PORTVERSION= 1.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= groff @@ -13,10 +13,10 @@ COMMENT= Software typesetting package LICENSE= GPLv3 -BUILD_DEPENDS= ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript8 \ - ${LOCALBASE}/bin/psselect:${PORTSDIR}/print/psutils +BUILD_DEPENDS= ${LOCALBASE}/bin/psselect:${PORTSDIR}/print/psutils RUN_DEPENDS:= ${BUILD_DEPENDS} +USE_GHOSTSCRIPT_RUN= yes USES= gmake perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-awk=/usr/bin/awk |