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 | 29e3caef9d96600ebb7954c7c2da684efac159fb (patch) | |
tree | 9d804f44c0ea308132b5a5ff57f246cd63ce6c92 /devel/libgphoto2 | |
parent | 6b2e7154636ef6c2bf13e2683d92b77363189546 (diff) | |
download | pkgsrc-29e3caef9d96600ebb7954c7c2da684efac159fb.tar.gz |
Add space after @comment.
Diffstat (limited to 'devel/libgphoto2')
-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="" |