diff options
author | vs <vs@FreeBSD.org> | 2004-12-20 12:33:29 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-12-20 12:33:29 +0000 |
commit | cc600b0d0da28195386ebf946f9492e0a516f831 (patch) | |
tree | 02b8abc366bcd8cef1cbde1c5b85fdf742235a8b /audio | |
parent | 3df71190baff943fa1690adafaa9226812fcc670 (diff) | |
download | FreeBSD-ports-cc600b0d0da28195386ebf946f9492e0a516f831.zip FreeBSD-ports-cc600b0d0da28195386ebf946f9492e0a516f831.tar.gz |
Do not depend on linprocfs too early
PR: ports/75155
Submitted by: Ion-Mihai "IOnut" Tetcu
Diffstat (limited to 'audio')
-rw-r--r-- | audio/baudline/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile index 91336a2..32972ed 100644 --- a/audio/baudline/Makefile +++ b/audio/baudline/Makefile @@ -44,7 +44,7 @@ IGNORE= may not be automatically fetched due to licensing\ LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}' -pre-everything:: +pre-install: .if !empty(LINPROCFS) @${ECHO_CMD} "" @${ECHO_CMD} "Check if linprocfs is running: YES" |