svn commit: r314980 - head/ports-mgmt/portmaster

Bryan Drewery bdrewery at FreeBSD.org
Sat Mar 23 02:07:27 UTC 2013


Author: bdrewery
Date: Sat Mar 23 02:07:26 2013
New Revision: 314980
URL: http://svnweb.freebsd.org/changeset/ports/314980

Log:
  - Enable pkgng support by default. This is safe for
    non-pkgng users as well.

Modified:
  head/ports-mgmt/portmaster/Makefile

Modified: head/ports-mgmt/portmaster/Makefile
==============================================================================
--- head/ports-mgmt/portmaster/Makefile	Sat Mar 23 02:05:22 2013	(r314979)
+++ head/ports-mgmt/portmaster/Makefile	Sat Mar 23 02:07:26 2013	(r314980)
@@ -19,9 +19,7 @@ GH_COMMIT=	31009f6
 GH_TAGNAME=	${GH_COMMIT}
 
 OPTIONS_DEFINE=	BASH ZSH PKGNGPATCH
-.if defined(WITH_PKGNG)
 OPTIONS_DEFAULT+=	PKGNGPATCH
-.endif
 BASH_DESC=	Install programmable completions for Bash
 ZSH_DESC=	Install programmable completions for zsh
 PKGNGPATCH_DESC=Enable PKGNG support


More information about the svn-ports-all mailing list