diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-02 00:37:30 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-02 00:37:30 +0000 |
commit | 33c3afcf4c1e0ba221cc7372863d829e308bc281 (patch) | |
tree | e3b2155d8332ff524cd07d4bd614908b5eda8764 /games/xlines/Makefile | |
parent | 180313e90df73da541b68484eb25b3c15c796de2 (diff) | |
download | ports-33c3afcf4c1e0ba221cc7372863d829e308bc281.tar.gz ports-33c3afcf4c1e0ba221cc7372863d829e308bc281.zip |
Unbreak on CURRENT by Using QT3
Notes
Notes:
svn path=/head/; revision=74441
Diffstat (limited to 'games/xlines/Makefile')
-rw-r--r-- | games/xlines/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xlines/Makefile b/games/xlines/Makefile index 812f58a7e9a1..5052e1b70af8 100644 --- a/games/xlines/Makefile +++ b/games/xlines/Makefile @@ -13,10 +13,11 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -USE_QT_VER= 1 +USE_QT_VER= 3 USE_X_PREFIX= yes USE_REINPLACE= yes NO_WRKSUBDIR= yes +MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" pre-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e "s|`/usr/bin/printf '\r'`||g" |