diff options
author | gerald <gerald@FreeBSD.org> | 2008-12-30 04:56:43 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2008-12-30 04:56:43 +0800 |
commit | 60b704933af42f775db14612409f1f7c67cdf045 (patch) | |
tree | a77cf39b4e58016d663ead1a041a253e5e5eedab /emulators | |
parent | 0c0467ccf12195463c6e9369cf01423bbdbeb3c8 (diff) | |
download | freebsd-ports-gnome-60b704933af42f775db14612409f1f7c67cdf045.tar.gz freebsd-ports-gnome-60b704933af42f775db14612409f1f7c67cdf045.tar.zst freebsd-ports-gnome-60b704933af42f775db14612409f1f7c67cdf045.zip |
Refrain from building regression tests (by using the new --disable-tests
configure option).
Suggested by: Alex Kozlov <spam@rm-rf.kiev.ua>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 9a5b98101bf1..13f2f2f485df 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --datadir=${DATADIR} --verbose +CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/wine diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 9a5b98101bf1..13f2f2f485df 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --datadir=${DATADIR} --verbose +CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/wine |