aboutsummaryrefslogtreecommitdiff
path: root/devel/libelf
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2008-03-29 15:22:13 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2008-03-29 15:22:13 +0000
commitdb5b39dfbd5ba8efe6830977aab3be557c11e525 (patch)
tree0088400659980b8e6299f6e6ed356d4d79791bb5 /devel/libelf
parent479e1637ff0640686707eca96b987f3df6c9d7ad (diff)
downloadports-db5b39dfbd5ba8efe6830977aab3be557c11e525.tar.gz
ports-db5b39dfbd5ba8efe6830977aab3be557c11e525.zip
bsd.port.mk requires that OPTIONS should be spelled with double quotes.
Notes
Notes: svn path=/head/; revision=210085
Diffstat (limited to 'devel/libelf')
-rw-r--r--devel/libelf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libelf/Makefile b/devel/libelf/Makefile
index 4d10e651a1ca..65db93483aaa 100644
--- a/devel/libelf/Makefile
+++ b/devel/libelf/Makefile
@@ -15,8 +15,8 @@ MASTER_SITE_SUBDIR= libs
MAINTAINER= roam@FreeBSD.org
COMMENT= A public ELF file access library similar to libelf(3) in Solaris
-OPTIONS= EXTENDED 'ELF format extensions' on \
- NLS 'Native Language Support' on
+OPTIONS= EXTENDED "ELF format extensions" on \
+ NLS "Native Language Support" on
.include <bsd.port.pre.mk>