From 90557293643e1dafdeaceafae43b9ed7802dca1b Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 16 Apr 2007 02:28:12 +0000 Subject: [PATCH] Remove OSVERSION check since it's now always true. Move statements up to higher in the Makefile. --- audio/prokyon3/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/audio/prokyon3/Makefile b/audio/prokyon3/Makefile index c32c32de43f4..e504926aadda 100644 --- a/audio/prokyon3/Makefile +++ b/audio/prokyon3/Makefile @@ -28,14 +28,9 @@ USE_MYSQL= yes CONFIGURE_ARGS+=--with-qtdir=${X11BASE} --with-id3-libs=${LOCALBASE}\ --with-ogg-libs=${LOCALBASE} --with-vorbis-libs=${LOCALBASE} \ --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include - -.include - -.if ${OSVERSION} >= 500041 QT_NONSTANDARD= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include \ -I${QT_PREFIX}/include" -.endif .if defined(WITH_BURN) USE_CDRTOOLS= yes @@ -57,4 +52,4 @@ post-install: @${CAT} ${PKGMESSAGE} @sleep 5 -.include +.include