diff options
author | cy <cy@FreeBSD.org> | 2010-11-13 05:42:03 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2010-11-13 05:42:03 +0800 |
commit | 12ec39fa23a2d4f2b57bb6b53ec1b3c9017289fa (patch) | |
tree | e93323220b969d8fb3881c1296a206c4da25abb0 /sysutils | |
parent | c50bd0c1c987c9e9b7d4ca3a0f66b67248fa01b3 (diff) | |
download | freebsd-ports-gnome-12ec39fa23a2d4f2b57bb6b53ec1b3c9017289fa.tar.gz freebsd-ports-gnome-12ec39fa23a2d4f2b57bb6b53ec1b3c9017289fa.tar.zst freebsd-ports-gnome-12ec39fa23a2d4f2b57bb6b53ec1b3c9017289fa.zip |
Fix typo.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/syslog-ng-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/syslog-ng3-devel/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/syslog-ng-devel/Makefile b/sysutils/syslog-ng-devel/Makefile index f53a0af163b1..45a4b78d881f 100644 --- a/sysutils/syslog-ng-devel/Makefile +++ b/sysutils/syslog-ng-devel/Makefile @@ -20,7 +20,7 @@ WRKSRC= $(WRKDIR)/$(PORTNAME)-3.2beta1 OPTIONS= SSL "Build with OpenSSL support (from ports)" off \ TCP_WRAPPERS "Build with TCP Wrappers" off \ - SQL "Build with database (libdbi) support" off \` + SQL "Build with database (libdbi) support" off \ SPOOF "Build with spoof source support" on \ IPV6 "Build with IPV6 support" on \ PCRE "Build with PCRE support" on diff --git a/sysutils/syslog-ng3-devel/Makefile b/sysutils/syslog-ng3-devel/Makefile index f53a0af163b1..45a4b78d881f 100644 --- a/sysutils/syslog-ng3-devel/Makefile +++ b/sysutils/syslog-ng3-devel/Makefile @@ -20,7 +20,7 @@ WRKSRC= $(WRKDIR)/$(PORTNAME)-3.2beta1 OPTIONS= SSL "Build with OpenSSL support (from ports)" off \ TCP_WRAPPERS "Build with TCP Wrappers" off \ - SQL "Build with database (libdbi) support" off \` + SQL "Build with database (libdbi) support" off \ SPOOF "Build with spoof source support" on \ IPV6 "Build with IPV6 support" on \ PCRE "Build with PCRE support" on |