diff options
author | marino <marino@FreeBSD.org> | 2013-10-08 07:43:04 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-10-08 07:43:04 +0800 |
commit | 8b132919e9c8beec0211401d0c9d09054dc8b2d6 (patch) | |
tree | 9ff3057ccb5f2953edad795348b0185f018ea956 | |
parent | a2dc285c0ea59d2c14a2d9ea6899ed7a210ba5d5 (diff) | |
download | freebsd-ports-gnome-8b132919e9c8beec0211401d0c9d09054dc8b2d6.tar.gz freebsd-ports-gnome-8b132919e9c8beec0211401d0c9d09054dc8b2d6.tar.zst freebsd-ports-gnome-8b132919e9c8beec0211401d0c9d09054dc8b2d6.zip |
games/xteddy: Fix typo in LDFLAGS
-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 \ |