diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-23 02:32:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-23 02:32:55 +0800 |
commit | 91bfaec26e15da977750894c874e5bac95abdb7d (patch) | |
tree | 3ccb6a9b332d250b6a00379a5b3ce5299be792bc /games/xfrisk | |
parent | 547d0a4521815701206a5f710eaf2a5011beaa8f (diff) | |
download | freebsd-ports-gnome-91bfaec26e15da977750894c874e5bac95abdb7d.tar.gz freebsd-ports-gnome-91bfaec26e15da977750894c874e5bac95abdb7d.tar.zst freebsd-ports-gnome-91bfaec26e15da977750894c874e5bac95abdb7d.zip |
- Fix build after xorg cleanup
Diffstat (limited to 'games/xfrisk')
-rw-r--r-- | games/xfrisk/Makefile | 2 | ||||
-rw-r--r-- | games/xfrisk/files/patch-ab | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile index 96ca9f6278a9..d9a048121c05 100644 --- a/games/xfrisk/Makefile +++ b/games/xfrisk/Makefile @@ -23,7 +23,7 @@ NO_INSTALL_MANPAGES= yes WRKSRC= ${WRKDIR}/XFrisk USE_GMAKE= yes -USE_XORG= x11 xt +USE_XORG= x11 xt xaw xmu sm ice CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/games/xfrisk/files/patch-ab b/games/xfrisk/files/patch-ab index c954fd6ac92d..77d10ba7beed 100644 --- a/games/xfrisk/files/patch-ab +++ b/games/xfrisk/files/patch-ab @@ -24,7 +24,7 @@ # for X11R6 # Point this at your X tree. -XDIR=/usr/X11R6 -+XDIR?=/usr/X11R6 ++XDIR?=/usr/local #XDIR=/usr/local/X11 #XDIR=/usr/openwin |