diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-14 22:38:38 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-14 22:38:38 +0000 |
commit | e3ec292636ea2900ade0c0f0104a37f92733c03b (patch) | |
tree | f935430f389c15aba55dd9b39f616f143dc2fedd /graphics/gthumb | |
parent | a9679dd3be364753e5a7db33b4bf7b4858b8a1fc (diff) | |
download | FreeBSD-ports-e3ec292636ea2900ade0c0f0104a37f92733c03b.zip FreeBSD-ports-e3ec292636ea2900ade0c0f0104a37f92733c03b.tar.gz |
Add a CONFLICT for gthumb2.
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 af4bc0c..f0aa49c 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 |