diff options
author | markd <markd@pkgsrc.org> | 2006-05-31 04:38:14 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-05-31 04:38:14 +0000 |
commit | 945b948a355ea0ed6853e176d8324e3c77112c08 (patch) | |
tree | 9d804f44c0ea308132b5a5ff57f246cd63ce6c92 /devel | |
parent | 5bcc748c8b4615aa0301abcb8c70511a7f0b2d86 (diff) | |
download | pkgsrc-945b948a355ea0ed6853e176d8324e3c77112c08.tar.gz |
Add space after @comment.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgphoto2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgphoto2/Makefile b/devel/libgphoto2/Makefile index a0ac85d4bbd..ed27497825d 100644 --- a/devel/libgphoto2/Makefile +++ b/devel/libgphoto2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/05/13 19:00:56 minskim Exp $ +# $NetBSD: Makefile,v 1.30 2006/05/31 04:38:14 markd Exp $ # DISTNAME= libgphoto2-2.1.6 @@ -29,7 +29,7 @@ SUBST_SED.libexif-update= s,exif-,libexif/exif-,g .include "../../devel/gettext-lib/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .if ${OPSYS} == "SunOS" -PLIST_SUBST+= HAVE_LIBUSB="@comment" +PLIST_SUBST+= HAVE_LIBUSB="@comment " .else .include "../../devel/libusb/buildlink3.mk" PLIST_SUBST+= HAVE_LIBUSB="" |