diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-03-23 10:07:26 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-03-23 10:07:26 +0800 |
commit | 21f1c3c02225247c2c4e472f76caa8bba9a1fd3d (patch) | |
tree | e278019fb45bccb4862f7ef96692778ae93455bc /ports-mgmt | |
parent | 7444bac5b411d9744a456cdf1f2172c3617cc4df (diff) | |
download | freebsd-ports-gnome-21f1c3c02225247c2c4e472f76caa8bba9a1fd3d.tar.gz freebsd-ports-gnome-21f1c3c02225247c2c4e472f76caa8bba9a1fd3d.tar.zst freebsd-ports-gnome-21f1c3c02225247c2c4e472f76caa8bba9a1fd3d.zip |
- Enable pkgng support by default. This is safe for
non-pkgng users as well.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmaster/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile index 60cc9fe39c26..47dc1d18a60a 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -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 |