diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-09-04 20:15:48 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-09-04 20:15:48 +0000 |
commit | 76833b65d559bea0ebe0cf29601bd250b82bd495 (patch) | |
tree | 8b37d850904651c424679ceefe48151f45170571 /graphics/gqview | |
parent | afb34ccf06a50d5a2cb43a682155130adc70055b (diff) | |
download | ports-76833b65d559bea0ebe0cf29601bd250b82bd495.tar.gz ports-76833b65d559bea0ebe0cf29601bd250b82bd495.zip |
Notes
Diffstat (limited to 'graphics/gqview')
-rw-r--r-- | graphics/gqview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 2032c782d291..a4612441cd23 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/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 |