svn commit: r309910 - head/textproc/docproj
Glen Barber
gjb at FreeBSD.org
Fri Jan 4 00:42:04 UTC 2013
Author: gjb
Date: Fri Jan 4 00:42:03 2013
New Revision: 309910
URL: http://svnweb.freebsd.org/changeset/ports/309910
Log:
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)
Modified:
head/textproc/docproj/Makefile
Modified: head/textproc/docproj/Makefile
==============================================================================
--- head/textproc/docproj/Makefile Thu Jan 3 23:37:11 2013 (r309909)
+++ head/textproc/docproj/Makefile Fri Jan 4 00:42:03 2013 (r309910)
@@ -53,7 +53,7 @@ RUN_DEPENDS+= jade:${PORTSDIR}/textproc/
.if defined(JADETEX)
WITH_JADETEX= ${JADETEX}
.endif
-WITH_JADETEX?= no
+WITH_JADETEX?=
.if defined(PACKAGE_BUILDING)
WITH_JADETEX= yes
More information about the svn-ports-all
mailing list