diff options
author | gjb <gjb@FreeBSD.org> | 2013-01-04 08:42:03 +0800 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2013-01-04 08:42:03 +0800 |
commit | 6ff7174058530eed9de48cbd2ffb57a7cbc84121 (patch) | |
tree | 9da533116d115ff51b9557ae6844fedd8338c9ca | |
parent | 779fd652cc1e64606d29b5488fb2fafd92d2f476 (diff) | |
download | freebsd-ports-gnome-6ff7174058530eed9de48cbd2ffb57a7cbc84121.tar.gz freebsd-ports-gnome-6ff7174058530eed9de48cbd2ffb57a7cbc84121.tar.zst freebsd-ports-gnome-6ff7174058530eed9de48cbd2ffb57a7cbc84121.zip |
Revert previous commit. The more correct solution to this port
is to convert to the new options framework.
Submitted by: doceng (hrs)
Approved by: doceng (implicit), eadler (mentor, implicit)
-rw-r--r-- | textproc/docproj/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 60654e356fed..9701baccea42 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -53,7 +53,7 @@ RUN_DEPENDS+= jade:${PORTSDIR}/textproc/jade .if defined(JADETEX) WITH_JADETEX= ${JADETEX} .endif -WITH_JADETEX?= no +WITH_JADETEX?= .if defined(PACKAGE_BUILDING) WITH_JADETEX= yes |