diff options
Diffstat (limited to 'astro/openuniverse/Makefile')
-rw-r--r-- | astro/openuniverse/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile index 9d08ff83dd1f..c3bb2a42976f 100644 --- a/astro/openuniverse/Makefile +++ b/astro/openuniverse/Makefile @@ -18,6 +18,12 @@ USE_XORG= ice sm x11 xext xi xmu xorgproto GNU_CONFIGURE= yes +.include <bsd.port.pre.mk> + +.if ${OPSYS}_${OSREL:R} == FreeBSD_13 +LIBS+= -lcompat +.else LIBS+= -lutil +.endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |