diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-09-04 20:29:14 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-09-04 20:29:14 +0000 |
commit | d4cf796b7a94824040b20e04853206075276cabe (patch) | |
tree | f0393cebff055640218fcbdec0157877eb03c426 /graphics/gqview-devel | |
parent | 84a71f000fe2c13ffc3b7787d613f9164343f041 (diff) |
Notes
Diffstat (limited to 'graphics/gqview-devel')
-rw-r--r-- | graphics/gqview-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile index d10dd7ded576..eaa66f056cb0 100644 --- a/graphics/gqview-devel/Makefile +++ b/graphics/gqview-devel/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehier gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAN1= gqview.1 |