aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-18 22:00:40 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-18 22:00:40 +0800
commit3b346cc52af36f2cb233d7a2e3671883bd397dcb (patch)
treec6296020d9e3ae1020cdcc2da1f312fbb6273946 /devel
parentbfdd229fb0ba61fba8e62a3fba933b83890413df (diff)
downloadfreebsd-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/Makefile12
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>