svn commit: r311291 - head/devel/t1lib

Alexey Dokuchaev danfe at FreeBSD.org
Thu Jan 31 06:00:50 UTC 2013


Author: danfe
Date: Thu Jan 31 06:00:49 2013
New Revision: 311291
URL: http://svnweb.freebsd.org/changeset/ports/311291

Log:
  Restore X11 being the default (lost in previous revision).

Modified:
  head/devel/t1lib/Makefile

Modified: head/devel/t1lib/Makefile
==============================================================================
--- head/devel/t1lib/Makefile	Thu Jan 31 05:57:44 2013	(r311290)
+++ head/devel/t1lib/Makefile	Thu Jan 31 06:00:49 2013	(r311291)
@@ -18,6 +18,7 @@ ALL_TARGET=	without_doc
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	X11 DOCS
+OPTIONS_DEFAULT=	X11
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list