diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:22:11 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:22:11 +0000 |
| commit | 0ac6ae1a44305e0ad3322a9490652cfbff5919ed (patch) | |
| tree | f461e0947e555ca0a2d60ba203b3cd1fcf7abc28 /comms/conserver-com | |
| parent | 0717b41424c5c446ce4a7fe3fe2e2fc683e70386 (diff) | |
Notes
Diffstat (limited to 'comms/conserver-com')
| -rw-r--r-- | comms/conserver-com/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/conserver-com/Makefile b/comms/conserver-com/Makefile index fa646ba458cc..e009c908d89f 100644 --- a/comms/conserver-com/Makefile +++ b/comms/conserver-com/Makefile @@ -31,8 +31,6 @@ NO_STAGE= yes DEFAULTPORT?= 782 DEFAULTHOST?= localhost -.include <bsd.port.pre.mk> - .if ${PORT_OPTIONS:MUDS} CONFIGURE_ARGS+= --with-uds .endif @@ -47,4 +45,4 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-conserver__master.c .endif .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
