diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-18 22:00:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-18 22:00:40 +0800 |
commit | 3b346cc52af36f2cb233d7a2e3671883bd397dcb (patch) | |
tree | c6296020d9e3ae1020cdcc2da1f312fbb6273946 /devel | |
parent | bfdd229fb0ba61fba8e62a3fba933b83890413df (diff) | |
download | freebsd-ports-gnome-3b346cc52af36f2cb233d7a2e3671883bd397dcb.tar.gz freebsd-ports-gnome-3b346cc52af36f2cb233d7a2e3671883bd397dcb.tar.zst freebsd-ports-gnome-3b346cc52af36f2cb233d7a2e3671883bd397dcb.zip |
- Drop 8.x support
Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r-- | devel/liboobs/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile index 20f787f0fe29..46ffdadf66de 100644 --- a/devel/liboobs/Makefile +++ b/devel/liboobs/Makefile @@ -25,14 +25,4 @@ CONFIGURE_ARGS= --with-hal CPPFLAGS+= -I${LOCALBASE}/include INSTALL_TARGET= install-strip -.include <bsd.port.pre.mk> - -# disable utmpx detection on early 9.x and below. -# We still have only utmp there -post-patch: -.if ${OSVERSION} < 900007 - @${REINPLACE_CMD} -e 's|utmpx|utmp|g' \ - ${WRKSRC}/configure -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |