1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Now builds on FreeBSD >= 5.x.

This commit is contained in:
Kris Kennaway 2004-10-28 21:06:11 +00:00
parent 7841a9348d
commit 33a8074e2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120432
4 changed files with 1 additions and 19 deletions

View File

@ -37,10 +37,6 @@ MAN6= asc.6 asc_demount.6 asc_mount.6 asc_mapedit.6 asc_makegfx.6 asc_weapongui
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.if defined(WITH_MUSIC)
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} frontiers.mp3 time_to_strike.mp3 machine_wars.mp3
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}

View File

@ -38,10 +38,6 @@ post-patch:
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Configure fails on FreeBSD >= 5.x"
.endif
.if ${HAVE_GNOME:Mlibcapplet}!="" || defined(WITH_GNOME)
USE_GNOME+= libcapplet
PKGNAMESUFFIX= -gnome

View File

@ -38,10 +38,6 @@ post-patch:
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Configure fails on FreeBSD >= 5.x"
.endif
.if ${HAVE_GNOME:Mlibcapplet}!="" || defined(WITH_GNOME)
USE_GNOME+= libcapplet
PKGNAMESUFFIX= -gnome

View File

@ -30,10 +30,4 @@ CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU \
${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 50126
BROKEN= "Configure fails on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>