From 6ff7174058530eed9de48cbd2ffb57a7cbc84121 Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 4 Jan 2013 00:42:03 +0000 Subject: 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) --- textproc/docproj/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/docproj') 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 -- cgit