diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-24 19:34:55 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-24 19:34:55 +0000 |
commit | ed23609d109b698064ec4ea50376f13c9a6c0e06 (patch) | |
tree | f538bd0a75883ab42897f508fbfef324f9f7d669 /databases/clip/Makefile | |
parent | fe9010cb8ae4efe57bf0a0c2f90862d206b7e47c (diff) | |
download | ports-ed23609d109b698064ec4ea50376f13c9a6c0e06.tar.gz ports-ed23609d109b698064ec4ea50376f13c9a6c0e06.zip |
Notes
Diffstat (limited to 'databases/clip/Makefile')
-rw-r--r-- | databases/clip/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile index d70bcea90a95..4280b0568ab9 100644 --- a/databases/clip/Makefile +++ b/databases/clip/Makefile @@ -7,6 +7,7 @@ PORTNAME= clip PORTVERSION= 1.1.9.1 +PORTREVISION= 1 CATEGORIES= databases lang MASTER_SITES= ftp://ftp.linux.ru.net/mirrors/clip/ \ ftp://ftp.lastik.ru/clip/ \ @@ -104,6 +105,8 @@ pre-configure: -e "s|#!/bin/sh|#!${LOCALBASE}/bin/bash|" \ -e "s|/usr/local|${LOCALBASE}|g" \ -e "s|/usr/X11R6|${X11BASE}|g" + @${REINPLACE_CMD} -e "s|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|" \ + -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|" ${WRKSRC}/cliplibs/clip-odbc/configure do-install: ${CP} -R ${WRKDIR}/cliproot ${PREFIX}/clip |