diff options
author | tron <tron@pkgsrc.org> | 2003-01-19 08:48:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-01-19 08:48:47 +0000 |
commit | 09eb67b31f36daeb8b00c2f98cdda7b0571bb245 (patch) | |
tree | f28ce171c33b6f453c2c22409ee1efd2c79cf7af /graphics/gimageview | |
parent | e4634a38e0ea9fb70b6fa1f84fb378c0f3db9e2f (diff) | |
download | pkgsrc-09eb67b31f36daeb8b00c2f98cdda7b0571bb245.tar.gz |
Use "mk/pthread.buildlink2.mk" instead of "devel/pth/buildlink2.mk" to
use native threads on platforms which support them.
Diffstat (limited to 'graphics/gimageview')
-rw-r--r-- | graphics/gimageview/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index 6321f3daf50..cca5688c456 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/01/10 07:40:12 cjep Exp $ -# +# $NetBSD: Makefile,v 1.4 2003/01/19 08:48:49 tron Exp $ DISTNAME= gimageview-0.2.10 PKGREVISION= 1 @@ -26,7 +25,7 @@ CONFIGURE_ARGS+= --disable-xinetest .include "../../graphics/imlib2/buildlink2.mk" .include "../../graphics/gdk-pixbuf/buildlink2.mk" -.include "../../devel/pth/buildlink2.mk" +.include "../../mk/pthread.buildlink2.mk" .include "../../x11/gtk2/buildlink2.mk" .include "../../graphics/mng/buildlink2.mk" .include "../../graphics/librsvg2/buildlink2.mk" |