svn commit: r316852 - head/dns/mydns

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 29 22:30:36 UTC 2013


Author: bapt
Date: Mon Apr 29 22:30:35 2013
New Revision: 316852
URL: http://svnweb.freebsd.org/changeset/ports/316852

Log:
  Add forgotten bsd.port.options.mk inclusion

Modified:
  head/dns/mydns/Makefile

Modified: head/dns/mydns/Makefile
==============================================================================
--- head/dns/mydns/Makefile	Mon Apr 29 22:30:01 2013	(r316851)
+++ head/dns/mydns/Makefile	Mon Apr 29 22:30:35 2013	(r316852)
@@ -26,6 +26,8 @@ MAN8=		mydns.8 mydnscheck.8 mydnsexport.
 
 DOCS=		AUTHORS COPYING ChangeLog NEWS QUICKSTART.mysql QUICKSTART.postgres README TODO
 
+.include <bsd.port.options.mk>
+
 .if ${PORT_OPTIONS:MALIAS}
 CONFIGURE_ARGS+=--enable-alias
 .endif


More information about the svn-ports-head mailing list