diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
commit | 9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch) | |
tree | c4f78cbaf45ab044db3e157be708afd711a4e841 /games/tsito | |
parent | 0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff) |
Notes
Diffstat (limited to 'games/tsito')
-rw-r--r-- | games/tsito/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tsito/Makefile b/games/tsito/Makefile index 4b119677a771..22d1a7c57038 100644 --- a/games/tsito/Makefile +++ b/games/tsito/Makefile @@ -10,7 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Chinese chess (Xiangqi) program HAS_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-lcompat" CONFIGURE_ARGS= --prefix="${PREFIX}" +LIBS+= -lcompat .include <bsd.port.mk> |