diff options
author | mat <mat@FreeBSD.org> | 2015-08-19 21:41:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-08-19 21:41:51 +0800 |
commit | 47900e9d4bacba66e2ff045420d9d83a295a542a (patch) | |
tree | 81a2ca31789f4172ca1be25f640fe0b45335d47a /comms | |
parent | b6fbcc59ce12b5456ed66f1b6348f4dda197f1dd (diff) | |
download | freebsd-ports-gnome-47900e9d4bacba66e2ff045420d9d83a295a542a.tar.gz freebsd-ports-gnome-47900e9d4bacba66e2ff045420d9d83a295a542a.tar.zst freebsd-ports-gnome-47900e9d4bacba66e2ff045420d9d83a295a542a.zip |
Fix previous commit.
Pointy hat to: mat
Sponsored by: Absolight
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xastir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile index 6e85bd03e14a..2953420cb319 100644 --- a/comms/xastir/Makefile +++ b/comms/xastir/Makefile @@ -74,4 +74,4 @@ OPTCFLAGS_CFLAGS= -O2 -pipe BROKEN_sparc64= Does not compile on sparc64 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |