diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-09-30 17:27:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-09-30 17:27:57 +0800 |
commit | c067ca072c16b2de818cee28f3cf8a00575c6006 (patch) | |
tree | 5e46759b36ce8a55926c21c73ae37dea17729869 /textproc/docbook-to-man | |
parent | c95d01e98f874a9f2775d0fb55982a19910bdbcd (diff) | |
download | freebsd-ports-gnome-c067ca072c16b2de818cee28f3cf8a00575c6006.tar.gz freebsd-ports-gnome-c067ca072c16b2de818cee28f3cf8a00575c6006.tar.zst freebsd-ports-gnome-c067ca072c16b2de818cee28f3cf8a00575c6006.zip |
- Remove unneeded USE_XLIB (USE_XLIB is still implied by USE_IMAKE, but that is known and will be fixed eventually)
PR: 127268
Submitted by: Yasuhiro KIMURA <yasu at utahime dot org>
Diffstat (limited to 'textproc/docbook-to-man')
-rw-r--r-- | textproc/docbook-to-man/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/docbook-to-man/Makefile b/textproc/docbook-to-man/Makefile index 5c0c7b764b19..b1ea66d8bb5d 100644 --- a/textproc/docbook-to-man/Makefile +++ b/textproc/docbook-to-man/Makefile @@ -25,8 +25,6 @@ RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook USE_IMAKE= yes -PREFIX?= ${LOCALBASE} -USE_XLIB= yes XFREE86_HTML_MAN= no MAN1= oinstant.1 |