diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-23 09:36:51 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-23 09:36:51 +0000 |
commit | f935a609c53c5c6031e6848db95c7debed127e27 (patch) | |
tree | 4c3cf6af6588247c0dd3f92f9601357c33c56217 /emulators | |
parent | 703b5eb18b542fec0e78704ada72142cd2b33175 (diff) |
Notes
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 6a44ffed2218..d883926c5c55 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --mandir=${MANPREFIX}/man --datadir=${DATADIR} +CONFIGURE_ARGS= --datadir=${DATADIR} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ EXTRA_BINARIES="wine-kthread" diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 6a44ffed2218..d883926c5c55 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --mandir=${MANPREFIX}/man --datadir=${DATADIR} +CONFIGURE_ARGS= --datadir=${DATADIR} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ EXTRA_BINARIES="wine-kthread" |