diff options
author | Brian Somers <brian@FreeBSD.org> | 1997-10-25 15:55:01 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1997-10-25 15:55:01 +0000 |
commit | e695b59d85e9099f593e8affc4dce9d12618a9c2 (patch) | |
tree | 0ffa1095a0d817d53c747fafc513a952ff0a5c8d /net | |
parent | 6a60db7c7ef669cda3228a7a3c720aa670d58f48 (diff) | |
download | ports-e695b59d85e9099f593e8affc4dce9d12618a9c2.tar.gz ports-e695b59d85e9099f593e8affc4dce9d12618a9c2.zip |
Un-break mpd for 3.0-current
Notes
Notes:
svn path=/head/; revision=8353
Diffstat (limited to 'net')
-rw-r--r-- | net/mpd/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/mpd/Makefile b/net/mpd/Makefile index b6e03c8ffb8f..1a3b91aa1b96 100644 --- a/net/mpd/Makefile +++ b/net/mpd/Makefile @@ -3,7 +3,7 @@ # Date created: 16 May 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.3 1997/09/10 18:55:28 julian Exp $ +# $Id: Makefile,v 1.4 1997/09/11 00:12:17 max Exp $ # DISTNAME= mpd-1.0b4 @@ -14,9 +14,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su OSVERSION!= sysctl -n kern.osreldate -.if ${OSVERSION} >= 300000 -BROKEN= if_tun.h -.endif WRKSRC= ${WRKDIR}/mpd-1.0b4/src ALL_TARGET= depend all |