diff options
Diffstat (limited to 'games/xpilot-ng-server/Makefile')
-rw-r--r-- | games/xpilot-ng-server/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games/xpilot-ng-server/Makefile b/games/xpilot-ng-server/Makefile index 0cbd0f5fd8bc..0e4f38fe8b49 100644 --- a/games/xpilot-ng-server/Makefile +++ b/games/xpilot-ng-server/Makefile @@ -7,10 +7,9 @@ PORTNAME= xpilot-ng PORTVERSION= 4.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= xpilot +MASTER_SITES= SF/xpilot PKGNAMESUFFIX?= -server MAINTAINER= ports@FreeBSD.org @@ -44,10 +43,8 @@ MAN6= xpilot-ng-replay.6 \ xpilot-ng-x11.6 \ xpilot-ng-xp-mapedit.6 -USE_X_PREFIX= yes - -CPPFLAGS+= -I${X11BASE}/include -LDFLAGS+= -I${X11BASE}/include +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -I${LOCALBASE}/include OPTIONS= SDL "SDL/OpenGL client" on \ SOUND "Sound" off |