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/xosmulti | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'games/xosmulti')
-rw-r--r-- | games/xosmulti/Makefile | 5 | ||||
-rw-r--r-- | games/xosmulti/files/patch-aa | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/games/xosmulti/Makefile b/games/xosmulti/Makefile index cc304de57fa5..ccf4af9e6e5e 100644 --- a/games/xosmulti/Makefile +++ b/games/xosmulti/Makefile @@ -7,7 +7,7 @@ PORTNAME= xosmulti PORTVERSION= 1.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= flathill @@ -18,8 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A little girl cartoon on the top of the active window WRKSRC= ${WRKDIR}/xosmulti -USE_X_PREFIX= yes -USE_XORG= xbitmaps +USE_XORG= xbitmaps x11 xt xi do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xosmulti ${PREFIX}/bin diff --git a/games/xosmulti/files/patch-aa b/games/xosmulti/files/patch-aa index 3f3eadd42ebe..e7190fbead33 100644 --- a/games/xosmulti/files/patch-aa +++ b/games/xosmulti/files/patch-aa @@ -29,7 +29,7 @@ -# INC_DIR = -I/usr/X11R6/include -# LIB_DIR = -L/usr/X11R6/lib -+INC_DIR = -I${X11BASE}/include -+LIB_DIR = -L${X11BASE}/lib ++INC_DIR = -I${LOCALBASE}/include ++LIB_DIR = -L${LOCALBASE}/lib all: $(TARGET) |