diff options
author | adam <adam> | 2004-01-05 18:05:13 +0000 |
---|---|---|
committer | adam <adam> | 2004-01-05 18:05:13 +0000 |
commit | 6284a72b3d329e58e4c15ba4c070b886a39bc3a3 (patch) | |
tree | f38cd42459a333b57dffeed13477370e4fd6641b | |
parent | 5d1634622dd8e5d440b43c83c33b095bee072712 (diff) | |
download | pkgsrc-6284a72b3d329e58e4c15ba4c070b886a39bc3a3.tar.gz |
Little bug in the Makefile, mea culpa
-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" |