diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-25 15:39:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-25 15:39:33 +0000 |
commit | 0bb59eff20e87ae0b4a31c5be901ef1b2d88eb25 (patch) | |
tree | feb664a36a819dcaf59e5a773451d50d6fa7d696 /sysutils/smartmontools/Makefile | |
parent | ba94d1c048f5d71915bbc6b2d9c208d49fc88b1b (diff) | |
download | ports-0bb59eff20e87ae0b4a31c5be901ef1b2d88eb25.tar.gz ports-0bb59eff20e87ae0b4a31c5be901ef1b2d88eb25.zip |
Notes
Diffstat (limited to 'sysutils/smartmontools/Makefile')
-rw-r--r-- | sysutils/smartmontools/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile index d5a5ee4525a9..66868bc8b250 100644 --- a/sysutils/smartmontools/Makefile +++ b/sysutils/smartmontools/Makefile @@ -6,8 +6,7 @@ # PORTNAME= smartmontools -PORTVERSION= 5.37 -PORTREVISION= 2 +PORTVERSION= 5.38 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -36,6 +35,8 @@ IGNORE= built WITH_CISS requires /sys/dev/ciss/cissio.h . endif CFLAGS+= -I/sys/dev/ciss -I${FILESDIR} EXTRA_PATCHES= ${FILESDIR}/ciss-patch + +BROKEN= does not work with 5.38 .endif post-patch: |