diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2001-02-21 12:43:20 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2001-02-21 12:43:20 +0000 |
commit | 7f6756dccd46a210cbf71264fc57f3a00df3d105 (patch) | |
tree | 9227e9948b0fb33ace4c896808d5c120d768d59f /security/heimdal | |
parent | 06fc608304fad8678044495b78265eef17ac3081 (diff) | |
download | ports-7f6756dccd46a210cbf71264fc57f3a00df3d105.tar.gz ports-7f6756dccd46a210cbf71264fc57f3a00df3d105.zip |
On older systems (pre-4.1.0-RELEASE or so), this port will install
its own ifaddrs.h. Update ${PLIST} accordingly.
Noticed by: assar
Notes
Notes:
svn path=/head/; revision=38555
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 7938b84a9237..649059ab6cd8 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -92,6 +92,9 @@ pre-install: .if !defined(OPENSSL_IN_BASE) @${CAT} ${PKGDIR}/pkg-plist.des >> ${PLIST} .endif +.if !exists(/usr/include/ifaddrs.h) + @${ECHO} include/ifaddrs.h >> ${PLIST} +.endif # awful hack to avoid running automake after patching configure pre-configure: |