diff options
author | araujo <araujo@FreeBSD.org> | 2008-06-25 09:09:33 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-06-25 09:09:33 +0800 |
commit | 9ed3cdaecc654d14a8a8ff217451a51f769c1b75 (patch) | |
tree | d2dbd98cf60eb6575662d8be6dd2f23c0b4bcff5 /archivers | |
parent | d8401c65315f2557a4c2d074a1fbe39a10c69e4a (diff) | |
download | freebsd-ports-gnome-9ed3cdaecc654d14a8a8ff217451a51f769c1b75.tar.gz freebsd-ports-gnome-9ed3cdaecc654d14a8a8ff217451a51f769c1b75.tar.zst freebsd-ports-gnome-9ed3cdaecc654d14a8a8ff217451a51f769c1b75.zip |
- Remove 5.x support.
PR: ports/124941
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unmakeself/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/archivers/unmakeself/Makefile b/archivers/unmakeself/Makefile index 6b1c9413ce34..20bbdcfd44fd 100644 --- a/archivers/unmakeself/Makefile +++ b/archivers/unmakeself/Makefile @@ -18,14 +18,6 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/unmakeself -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 502103 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libarchive.a:${PORTSDIR}/archivers/libarchive -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -.endif - do-configure: @${RM} -f ${WRKSRC}/config.h @if ${GREP} -q memmem /usr/include/string.h; then \ @@ -41,4 +33,4 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unmakeself ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> |