diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-02 22:52:03 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-02 22:52:03 +0000 |
commit | 96d40ffc646b896cec64cf6ca013b650e8700da7 (patch) | |
tree | 2c30cf6b3eb56f3f6890f93c604a52da4e45b23f /emulators/wine-devel/Makefile | |
parent | 49e6c7eb43160d0d29ba1b4118b352c317b8a3e3 (diff) | |
download | ports-96d40ffc646b896cec64cf6ca013b650e8700da7.tar.gz ports-96d40ffc646b896cec64cf6ca013b650e8700da7.zip |
Notes
Diffstat (limited to 'emulators/wine-devel/Makefile')
-rw-r--r-- | emulators/wine-devel/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 0d4a57020738..daf16e6d177a 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -28,6 +28,12 @@ USE_XPM= yes #USE_MESA= yes USE_GMAKE= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 400000 +BROKEN= "Not supported on systems prior to FreeBSD 4.x" +.endif + .if !defined(NDEBUG) STRIP= CFLAGS+= -g @@ -90,4 +96,4 @@ do-install: ${ECHO} @${SED} s+%%PREFIX%%+${PREFIX}+g <${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |