diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-19 21:04:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-19 21:04:59 +0000 |
commit | fbecc3232093811e392f21c79c4414e2339b6537 (patch) | |
tree | 2cb03341c141c8e73de95e4fea7efd2af9983e72 | |
parent | 3543fa7c8c0d7c0255b7201673ced2bc6f1921f8 (diff) |
Notes
-rw-r--r-- | games/planeshift/Makefile | 3 | ||||
-rw-r--r-- | graphics/crystalentitylayer-devel/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/games/planeshift/Makefile b/games/planeshift/Makefile index f4da77b2f651..ccbdd6901611 100644 --- a/games/planeshift/Makefile +++ b/games/planeshift/Makefile @@ -25,6 +25,9 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:15:env autoconf:262:env +DEPRECATED= Depends on broken, expired port +EXPIRATION_DATE=2009-01-19 + CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_LIBS} LDFLAGS+= -L${LOCALBASE}/lib CRYSTAL= ${LOCALBASE} diff --git a/graphics/crystalentitylayer-devel/Makefile b/graphics/crystalentitylayer-devel/Makefile index 1824c9958e2f..a68bf1b2932f 100644 --- a/graphics/crystalentitylayer-devel/Makefile +++ b/graphics/crystalentitylayer-devel/Makefile @@ -24,6 +24,9 @@ CONFLICTS= crystalentitylayer-[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes +DEPRECATED= Depends on broken, expired port +EXPIRATION_DATE=2009-01-19 + LDFLAGS= -L${LOCALBASE}/lib CPPFLAGS= -I${LOCALBASE}/include CONFIGURE_ARGS+= --with-cs-prefix=${LOCALBASE} |