diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-14 22:38:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-14 22:38:38 +0000 |
commit | fb0e0256ae221ce93a1ed04a1ca464a95524cc0e (patch) | |
tree | 77a348579fa4b424085dc128a7675e3b1db56138 /graphics/gthumb | |
parent | 60f5766d982765f649f5e829615dda2d19d4d128 (diff) |
Notes
Diffstat (limited to 'graphics/gthumb')
-rw-r--r-- | graphics/gthumb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index af4bc0c28d16..f0aa49c78ac7 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -23,6 +23,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gthumb.1 +CONFLICTS= gthumb2-* + post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |