diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-12-02 06:31:29 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-12-02 06:31:29 +0800 |
commit | 6a6ff87bec4a297cc6ef8b8983fb490b2242e7b0 (patch) | |
tree | 93c8fb0ebf81348bfdb62512ac99b524806c6fa7 /games | |
parent | c048a6434b6adb162e6cc65a393ec88d8fee1adc (diff) | |
download | freebsd-ports-gnome-6a6ff87bec4a297cc6ef8b8983fb490b2242e7b0.tar.gz freebsd-ports-gnome-6a6ff87bec4a297cc6ef8b8983fb490b2242e7b0.tar.zst freebsd-ports-gnome-6a6ff87bec4a297cc6ef8b8983fb490b2242e7b0.zip |
Back out CONFIGURE_ARGS change, it is already handled by USE_XLIB and GNU_CONFIGURE.
Reported by: rafan
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}" |