summaryrefslogtreecommitdiff
path: root/archivers/libarchive
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 07:18:13 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 07:18:13 +0000
commitb09b59ccb26b25c74791467af026d2ef29c9793a (patch)
treeee245b5bdbe68ca5dc4661779fef78664be8df99 /archivers/libarchive
parent[patch] cleanup non-supported FreeBSD versions (diff)
[patch] cleanup non-supported FreeBSD versions
PR: ports/111638 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=191384
Diffstat (limited to 'archivers/libarchive')
-rw-r--r--archivers/libarchive/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index 4e040e36bbdf..469c92ed8c02 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -34,13 +34,4 @@ MAN3= archive_entry.3 \
MAN5= libarchive-formats.5 \
tar.5
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500040
-USE_GETOPT_LONG=yes
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>