diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch) | |
tree | 17937489af4c767844fc63b684ae3e7b31948812 /games/xteddy | |
parent | e959473966b963953d63d5f00fae8751f2decf0f (diff) | |
download | FreeBSD-ports-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip FreeBSD-ports-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'games/xteddy')
-rw-r--r-- | games/xteddy/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile index d68136c..f3e0903 100644 --- a/games/xteddy/Makefile +++ b/games/xteddy/Makefile @@ -3,11 +3,11 @@ # Whom: Eckart "Isegrim" Hofmann # # $FreeBSD$ -# +# $MCom: ports/games/xteddy/Makefile,v 1.1 2006/10/04 13:16:56 ahze Exp $ PORTNAME= xteddy PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://staffwww.itn.liu.se/~stegu/xteddy/ @@ -16,10 +16,9 @@ COMMENT= A cuddlesome teddy for the X desktop NO_CDROM= Can only be distributed for free -USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LDFLAGS="-L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ + LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" USE_GNOME= imlib MAN6= xteddy.6 |