diff options
author | danfe <danfe@FreeBSD.org> | 2005-09-14 17:32:03 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-09-14 17:32:03 +0800 |
commit | 4b10745e27bac80e871427ebffc7e364d23c00fe (patch) | |
tree | f196bd11a68e1ab00efd6ce10f3192f054a7e82a /games | |
parent | 4a1d1699f1fe5b978f8ecf8decb3851828146371 (diff) | |
download | freebsd-ports-gnome-4b10745e27bac80e871427ebffc7e364d23c00fe.tar.gz freebsd-ports-gnome-4b10745e27bac80e871427ebffc7e364d23c00fe.tar.zst freebsd-ports-gnome-4b10745e27bac80e871427ebffc7e364d23c00fe.zip |
Change sequence in Makefile, so that supplied patch that fixes the
compilation dependency problem is always applied.
PR: ports/86092
Submitted by: Johan van Selst <johans(at)stack.nl>
Diffstat (limited to 'games')
-rw-r--r-- | games/yadex/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/yadex/Makefile b/games/yadex/Makefile index a3ccee509620..1eea238012ad 100644 --- a/games/yadex/Makefile +++ b/games/yadex/Makefile @@ -15,10 +15,6 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= danfe@FreeBSD.org COMMENT= A WAD-file editor, for games like Doom and Hexen -BROKEN= Does not compile -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - USE_X_PREFIX= yes USE_GMAKE= yes MAKEFILE= GNUmakefile @@ -35,14 +31,15 @@ OPTIONS= WHITE_BG "Use alternative (black-on-white) color scheme" off \ .include <bsd.port.pre.mk> -.if defined(WITH_3D_RENDER) || defined(WITH_SEARCH) \ - || defined(WITH_EXTRA_TOOLS) || defined(WITH_LAPTOP_KEYS) PATCH_SITES= http://glbsp.sourceforge.net/%SUBDIR%/ PATCH_SITE_SUBDIR= ${PORTNAME} PATCH_DIST_STRIP= -p1 PATCH_PREFIX= ${PORTNAME:U:C/^(.).*$/\1/g}${PORTNAME:C/^(.)//}_${PORTVERSION:S/.//g} PATCH_SUFFIX= .diff PATCHFILES= ${PATCH_PREFIX}_Depend${PATCH_SUFFIX} + +.if defined(WITH_3D_RENDER) || defined(WITH_SEARCH) \ + || defined(WITH_EXTRA_TOOLS) || defined(WITH_LAPTOP_KEYS) . if defined(WITH_3D_RENDER) PATCHFILES+= ${PATCH_PREFIX}_Render3D${PATCH_SUFFIX} PLIST_SUB+= 3DRENDER="" |