diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 15:09:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 15:09:42 +0000 |
commit | d0404ab4ed7dcc1d4590c571e2eceea31f6dcee3 (patch) | |
tree | 011775022245fb62b7480f74945534657ddc0d32 /devel/mingw32-pdcurses/Makefile | |
parent | db2b509ec3aee21f81408f17e7b7b7113641ef44 (diff) | |
download | ports-d0404ab4ed7dcc1d4590c571e2eceea31f6dcee3.tar.gz ports-d0404ab4ed7dcc1d4590c571e2eceea31f6dcee3.zip |
Notes
Diffstat (limited to 'devel/mingw32-pdcurses/Makefile')
-rw-r--r-- | devel/mingw32-pdcurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/mingw32-pdcurses/Makefile b/devel/mingw32-pdcurses/Makefile index a314b8983b53..7a3630c8c224 100644 --- a/devel/mingw32-pdcurses/Makefile +++ b/devel/mingw32-pdcurses/Makefile @@ -14,7 +14,7 @@ COMMENT= Curses and Panel terminal library for Windows BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \ mingwm10.dll:${PORTSDIR}/devel/mingw32-bin-msvcrt -USE_GMAKE= yes +USES= gmake MAKEFILE= gccwin32.mak WRKSRC= ${WRKDIR}/${DISTNAME}/win32 MAKE_ARGS+= CC=${PKGNAMEPREFIX}gcc LIBEXE=${PKGNAMEPREFIX}ar |