diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-07 23:43:04 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-07 23:43:04 +0000 |
commit | c1addf849471a0225a8ef9baf56edfbe651eccbb (patch) | |
tree | 9ff3057ccb5f2953edad795348b0185f018ea956 | |
parent | Explicitly link libraries on 10 unmaintained ports (diff) |
games/xteddy: Fix typo in LDFLAGS
Notes
Notes:
svn path=/head/; revision=329748
-rw-r--r-- | games/xteddy/Makefile | 2 |
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 \ |