aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2005-03-16 22:41:11 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2005-03-16 22:41:11 +0000
commitb1346f6951416d4c60d34f8dd11b9da0e4ec0712 (patch)
treea8bc9260a4fdf8c214129e76fa2dc9121aea9b13
parentaf5ed86738e396b337b3e55f875405d14bf8d67a (diff)
downloadports-b1346f6951416d4c60d34f8dd11b9da0e4ec0712.tar.gz
ports-b1346f6951416d4c60d34f8dd11b9da0e4ec0712.zip
Notes
-rw-r--r--print/acroread/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile
index 0e481df07c72..844fdd2d984a 100644
--- a/print/acroread/Makefile
+++ b/print/acroread/Makefile
@@ -31,6 +31,9 @@ PLIST= ${WRKDIR}/plist
PREFIX= ${LINUXBASE}
pre-install:
+ @kldstat -v | grep -E 'linux(aout|elf)' >/dev/null ||\
+ { echo "Linux ABI compatibility must be enabled to install ${PORTNAME}-${PORTVERSION}"; \
+ exit 1; }
@${RM} -rf ${WRKSRC}/tmp
@${MKDIR} ${WRKSRC}/tmp
cd ${WRKSRC}/tmp; \