diff options
Diffstat (limited to 'devel/mingw32-libyaml/Makefile')
-rw-r--r-- | devel/mingw32-libyaml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mingw32-libyaml/Makefile b/devel/mingw32-libyaml/Makefile index cbe953335e15..0d2dc0ed9f54 100644 --- a/devel/mingw32-libyaml/Makefile +++ b/devel/mingw32-libyaml/Makefile @@ -13,8 +13,8 @@ DIST_SUBDIR= repacked MAINTAINER= knu@FreeBSD.org COMMENT= The libyaml library cross-compiled for MinGW32 -BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \ - ${LOCALBASE}/mingw32/include/stdlib.h:${PORTSDIR}/devel/${PKGNAMEPREFIX}bin-msvcrt +BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:devel/${PKGNAMEPREFIX}gcc \ + ${LOCALBASE}/mingw32/include/stdlib.h:devel/${PKGNAMEPREFIX}bin-msvcrt GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${PREFIX}/mingw32 |