diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-01 13:17:29 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-01 13:17:29 +0000 |
commit | 3cc0b3998253301f05815e946c53a2cd70773f95 (patch) | |
tree | 026b5bc5c19d6199a36cb0a705defca61af2d9a5 /x11-toolkits | |
parent | - Register missing dependencies to fix packaging issues [1] (diff) |
Remove superfluous backslash.
Notes
Notes:
svn path=/head/; revision=192527
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/nucleo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/nucleo/Makefile b/x11-toolkits/nucleo/Makefile index 62017a6d5f7a..272326fd7e8d 100644 --- a/x11-toolkits/nucleo/Makefile +++ b/x11-toolkits/nucleo/Makefile @@ -27,7 +27,7 @@ USE_LDCONFIG= yes OPTIONS= EXIF "Build with EXIF support" on \ DNSSD "Build with DNS-SD support" off \ - QT4 "Enable Qt4 plugin" off \ + QT4 "Enable Qt4 plugin" off .include <bsd.port.pre.mk> |