o Add XFREE86_VERSION=4 since this port requires XV extension support

only found in XFree86 4.0 and above

Submitted by:	bento
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-01-11 22:09:43 +00:00
parent 9e7745682a
commit 849b68e0f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52933
2 changed files with 12 additions and 0 deletions

View File

@ -19,6 +19,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
USE_GNOMELIBS= yes
USE_XLIB= yes
XFREE86_VERSION= 4
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
@ -37,6 +38,11 @@ CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}"
pre-everything::
@${ECHO_MSG} '===>'
@${ECHO_MSG} '===> ATTENTION <==='
@${ECHO_MSG} '===> YOU NEED XFREE86 Version 4.0 <==='
@${ECHO_MSG} '===> or above to run this <==='
@${ECHO_MSG} '===> SINCE IT REQUIRES XV <==='
@${ECHO_MSG} '===>'
.ifndef(WITHOUT_SDL)
@${ECHO_MSG} '===> Define WITHOUT_SDL to disable SDL support'
.endif

View File

@ -19,6 +19,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
USE_GNOMELIBS= yes
USE_XLIB= yes
XFREE86_VERSION= 4
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
@ -37,6 +38,11 @@ CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}"
pre-everything::
@${ECHO_MSG} '===>'
@${ECHO_MSG} '===> ATTENTION <==='
@${ECHO_MSG} '===> YOU NEED XFREE86 Version 4.0 <==='
@${ECHO_MSG} '===> or above to run this <==='
@${ECHO_MSG} '===> SINCE IT REQUIRES XV <==='
@${ECHO_MSG} '===>'
.ifndef(WITHOUT_SDL)
@${ECHO_MSG} '===> Define WITHOUT_SDL to disable SDL support'
.endif