diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-03-21 21:03:07 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-03-21 21:03:07 +0800 |
commit | a7295fa54f3cbb86324445d9e0c91f78451faf9d (patch) | |
tree | a7a0acdc56e7b399676e10924696dc623802be81 | |
parent | 6e737f111a787d34d8cc69b9cb93ba9d9f0fe421 (diff) | |
download | freebsd-ports-gnome-a7295fa54f3cbb86324445d9e0c91f78451faf9d.tar.gz freebsd-ports-gnome-a7295fa54f3cbb86324445d9e0c91f78451faf9d.tar.zst freebsd-ports-gnome-a7295fa54f3cbb86324445d9e0c91f78451faf9d.zip |
- Remove excess .else statement causing warning with bmake
PR: ports/177190
Submitted by: John Marino <draco@marino.st>
-rw-r--r-- | games/xconq/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/xconq/Makefile b/games/xconq/Makefile index eedba111e670..ac2d872cda12 100644 --- a/games/xconq/Makefile +++ b/games/xconq/Makefile @@ -46,7 +46,6 @@ USE_TK= yes CONFIGURE_ARGS+=--with-tclconfig=${TCL_LIBDIR} \ --with-tkconfig=${TK_LIBDIR} PLIST_SUB+= NOSDL="" -.else .endif post-patch: |