diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /games/oonsoo/Makefile | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'games/oonsoo/Makefile')
-rw-r--r-- | games/oonsoo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/oonsoo/Makefile b/games/oonsoo/Makefile index feb8f7bfd567..6a4b3f4a3c7a 100644 --- a/games/oonsoo/Makefile +++ b/games/oonsoo/Makefile @@ -7,7 +7,7 @@ PORTNAME= oonsoo PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www4.ncsu.edu/~bwmott/www/oonsoo/distributions/ @@ -17,12 +17,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A solitaire card game for X +USE_XORG= x11 PLIST_FILES= bin/oonsoo -USE_XLIB= yes MAKEFILE= Makefile.Linux MAKE_ARGS= CC="${CXX}" CPPFLAGS="${CXXFLAGS} -ansi" \ - SYS_INCLUDE="-I${X11BASE}/include" \ - SYS_LIBS="-L${X11BASE}/lib -lX11" + SYS_INCLUDE="-I${LOCALBASE}/include" \ + SYS_LIBS="-L${LOCALBASE}/lib -lX11" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${PREFIX}/bin |