[PC-BSD Commits] r15794 - pcbsd/current/build-files/conf
svn at pcbsd.org
svn at pcbsd.org
Mon Mar 12 14:18:01 PDT 2012
Author: kris
Date: 2012-03-12 21:18:01 +0000 (Mon, 12 Mar 2012)
New Revision: 15794
Modified:
pcbsd/current/build-files/conf/pcbsd-make.conf
Log:
Enable XSANE / FAX support in hplip
Modified: pcbsd/current/build-files/conf/pcbsd-make.conf
===================================================================
--- pcbsd/current/build-files/conf/pcbsd-make.conf 2012-03-12 21:14:41 UTC (rev 15793)
+++ pcbsd/current/build-files/conf/pcbsd-make.conf 2012-03-12 21:18:01 UTC (rev 15794)
@@ -32,6 +32,8 @@
.if ${.CURDIR:M${PORTSDIR}/print/hplip} != ""
WITH_SNMP=yes
WITH_SCAN=yes
+ WITH_XSANE=yes
+ WITH_FAX=yes
.endif
.if ${.CURDIR:M${PORTSDIR}/x11-wm/icewm} != ""
WITH_BEASTIE=yes
More information about the Commits
mailing list