diff options
author | adam <adam@pkgsrc.org> | 2004-01-05 18:05:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-01-05 18:05:13 +0000 |
commit | 6fe087f71ecf356d6dc98a139c2abf82b9994c26 (patch) | |
tree | f38cd42459a333b57dffeed13477370e4fd6641b /graphics | |
parent | 2bb10d0657ebb95aecfafbd710afae48288464d0 (diff) | |
download | pkgsrc-6fe087f71ecf356d6dc98a139c2abf82b9994c26.tar.gz |
Little bug in the Makefile, mea culpa
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 10369e7b3a9..0fdefb2e44d 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2004/01/05 15:30:16 adam Exp $ +# $NetBSD: Makefile,v 1.43 2004/01/05 18:05:13 adam Exp $ # DISTNAME= gd-2.0.17 @@ -23,5 +23,5 @@ LIBS+= -lpthread .include "../../graphics/png/buildlink2.mk" .include "../../graphics/xpm/buildlink2.mk" -#.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/pthread.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |