diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-01 22:31:29 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-01 22:31:29 +0000 |
commit | 4a2cd0507a82a2a4fc7ca3cb2a2f0613d5e1cf4e (patch) | |
tree | 688220c77c5b27cbc0984aebd55e04e6b778df98 /games | |
parent | Respect X11BASE (diff) |
Back out CONFIGURE_ARGS change, it is already handled by USE_XLIB and GNU_CONFIGURE.
Reported by: rafan
Notes
Notes:
svn path=/head/; revision=178518
Diffstat (limited to 'games')
-rw-r--r-- | games/briquolo/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index f9dc92d96494..a4ee676691ed 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -25,8 +25,6 @@ USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS+= --x-includes=${X11BASE}/include \ - --x-libraries=${X11BASE}/lib PLIST_SUB= VERSION="${PORTVERSION}" |