diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-09 04:01:17 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-09 04:01:17 +0000 |
commit | e1925f71024fbbbc6356957304ac960ac4147bc9 (patch) | |
tree | 3777e9d6cc7f1da1d6f88da18b7f50e27a967c2a /sysutils | |
parent | 6f72b01686444c8cf2067f9dce6d7b7087341907 (diff) | |
download | ports-e1925f71024fbbbc6356957304ac960ac4147bc9.tar.gz ports-e1925f71024fbbbc6356957304ac960ac4147bc9.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/k3b/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/k3b/Makefile b/sysutils/k3b/Makefile index 067c29df43c4..bba0c7312acc 100644 --- a/sysutils/k3b/Makefile +++ b/sysutils/k3b/Makefile @@ -59,9 +59,7 @@ showinfo: BROKEN= does not compile on FreeBSD 9.X .endif -.if ${OSVERSION} > 700000 PKGMESSAGE= ${PKGDIR}/pkg-message-7 -.endif .if defined(WITH_FLAC) PLIST_SUB+= FLAC="" |