diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /textproc/groff | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
download | ports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz ports-597afc47baba19000afd8ec4880a2c47975b0367.zip |
Notes
Diffstat (limited to 'textproc/groff')
-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 600187d4a5ae..86bb21638417 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -12,7 +12,7 @@ COMMENT= Software typesetting package LICENSE= GPLv3 -BUILD_DEPENDS= ${LOCALBASE}/bin/psselect:${PORTSDIR}/print/psutils +BUILD_DEPENDS= ${LOCALBASE}/bin/psselect:print/psutils RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cpe ghostscript gmake perl5 shebangfix @@ -62,8 +62,8 @@ PLIST_SUB+= HTMLDOCS="@comment " .endif .else USE_XORG= x11 xaw xmu -BUILD_DEPENDS+= ${LOCALBASE}/bin/pnmtops:${PORTSDIR}/graphics/netpbm -RUN_DEPENDS+= ${LOCALBASE}/bin/pnmtops:${PORTSDIR}/graphics/netpbm +BUILD_DEPENDS+= ${LOCALBASE}/bin/pnmtops:graphics/netpbm +RUN_DEPENDS+= ${LOCALBASE}/bin/pnmtops:graphics/netpbm CONFIGURE_ARGS+=--with-x --with-appresdir=${PREFIX}/lib/X11/app-defaults PLIST_SUB+= X11="" PLIST_SUB+= HTMLDOCS="" |