aboutsummaryrefslogtreecommitdiff
path: root/games/xteddy
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-07 23:43:04 +0000
committerJohn Marino <marino@FreeBSD.org>2013-10-07 23:43:04 +0000
commitc1addf849471a0225a8ef9baf56edfbe651eccbb (patch)
tree9ff3057ccb5f2953edad795348b0185f018ea956 /games/xteddy
parent560d2eb0bf5f933214664a43ad5169397ea0dbff (diff)
downloadports-c1addf849471a0225a8ef9baf56edfbe651eccbb.tar.gz
ports-c1addf849471a0225a8ef9baf56edfbe651eccbb.zip
games/xteddy: Fix typo in LDFLAGS
Notes
Notes: svn path=/head/; revision=329748
Diffstat (limited to 'games/xteddy')
-rw-r--r--games/xteddy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile
index 0b311676c606..90f65aeb834d 100644
--- a/games/xteddy/Makefile
+++ b/games/xteddy/Makefile
@@ -16,7 +16,7 @@ USE_EFL= imlib2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib lXext
+LDFLAGS+= -L${LOCALBASE}/lib -lXext
MAN6= xteddy.6
PLIST_FILES= bin/xteddy bin/xteddy_test bin/xtoys \