diff options
author | wiz <wiz> | 2002-10-09 13:25:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-09 13:25:31 +0000 |
commit | 5b9f65262d26f7cb651094ac74d80f3c5e3f3fad (patch) | |
tree | 397b77fc1cbe50bf1331ae5148b595cbf28632b1 /graphics/kdegraphics3 | |
parent | 1fc580b32286817b5a2c619072b56d43901eda76 (diff) | |
download | pkgsrc-5b9f65262d26f7cb651094ac74d80f3c5e3f3fad.tar.gz |
Fix comment.
Diffstat (limited to 'graphics/kdegraphics3')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index c970f9bd67e..dda8a7d2a4d 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/10/02 12:06:41 markd Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/09 13:25:31 wiz Exp $ DISTNAME= kdegraphics-3.0.3 CATEGORIES= graphics @@ -16,7 +16,7 @@ CONFIGURE_ARGS+= --without-kamera # requires gPhoto2, gpio # Ensure we export symbols in the linked shared object. LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} -#.include "../../graphics/tiff/buildlink.mk" +#.include "../../graphics/tiff/buildlink2.mk" .include "../../graphics/imlib/buildlink2.mk" .include "../../x11/kde3/buildlink2.mk" .include "../../x11/kdebase3/buildlink2.mk" |