diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-04 07:36:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-04 07:36:26 +0800 |
commit | 7e764bc8bc46ebaec2e7965e246b2d799ce1dca6 (patch) | |
tree | 5d6ecc7debf18b2ce2172f9724c5d4fd053a3f3b /games/briquolo | |
parent | 6ea9107a23d4a286faf34e40392ba54f82393175 (diff) | |
download | freebsd-ports-gnome-7e764bc8bc46ebaec2e7965e246b2d799ce1dca6.tar.gz freebsd-ports-gnome-7e764bc8bc46ebaec2e7965e246b2d799ce1dca6.tar.zst freebsd-ports-gnome-7e764bc8bc46ebaec2e7965e246b2d799ce1dca6.zip |
- Remove duplicate USE_XLIB entry
Submitted by: drnez
Diffstat (limited to 'games/briquolo')
-rw-r--r-- | games/briquolo/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index a5485954af7f..ea5c3d81d7ed 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -24,7 +24,6 @@ USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -USE_XLIB= yes PLIST_SUB= VERSION="${PORTVERSION}" |