diff options
author | madpilot <madpilot@FreeBSD.org> | 2012-10-10 06:04:23 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2012-10-10 06:04:23 +0800 |
commit | 3dbe190cec536875267ceb44bb599f29bf28afeb (patch) | |
tree | 39f28c9bcd7adf3c909c7418ec7bc47e1da63104 /Mk/bsd.options.desc.mk | |
parent | e1f83fb815e3e0caf54cd6df652bdf5324b00772 (diff) | |
download | freebsd-ports-gnome-3dbe190cec536875267ceb44bb599f29bf28afeb.tar.gz freebsd-ports-gnome-3dbe190cec536875267ceb44bb599f29bf28afeb.tar.zst freebsd-ports-gnome-3dbe190cec536875267ceb44bb599f29bf28afeb.zip |
- Update to 1.1.0
- Take maintainership
- Strip Makefile headers
- Patch software to install with correct ABI version number
- Convert to new options framework
- Remove ABI version number from LIB_DEPENDS
- Add global option description
Diffstat (limited to 'Mk/bsd.options.desc.mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 97bcc62fe850..114dd9933984 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -287,6 +287,7 @@ SSE_DESC?= Use SSE optimized routines SSH_DESC?= SSH protocol SSL_DESC?= SSL protocol STATIC_DESC?= Build static executables/libraries +STRIP_DESC?= Strip binaries before installation SVG_DESC?= SVG vector image format SVGALIB_DESC?= SVGA graphics SVN_DESC?= Subversion support |