diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-07 11:25:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-07 11:25:29 +0800 |
commit | 3676ac694f7491218e49082853a009cd44db1f1b (patch) | |
tree | 569de3176a3de358d101f0313b5ae1590eacf010 /deskutils/pinot | |
parent | 8fd73c983181a65f1c58e415c3c6a79310cf3d9b (diff) | |
download | freebsd-ports-gnome-3676ac694f7491218e49082853a009cd44db1f1b.tar.gz freebsd-ports-gnome-3676ac694f7491218e49082853a009cd44db1f1b.tar.zst freebsd-ports-gnome-3676ac694f7491218e49082853a009cd44db1f1b.zip |
- Get rid FreeBSD 6.x support
Diffstat (limited to 'deskutils/pinot')
-rw-r--r-- | deskutils/pinot/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index d280251f0207..33446ae67033 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -79,10 +79,6 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message .endif -.if ${OSVERSION} < 700000 -BROKEN= does not compile -.endif - post-extract: # remove pre-generated messages catalogs ${FIND} ${WRKSRC}/po -name "*.gmo" -delete |