diff options
author | marcus <marcus@FreeBSD.org> | 2005-02-21 06:36:03 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-02-21 06:36:03 +0800 |
commit | 3e828a1409a7276ac875878367649805af8174a5 (patch) | |
tree | d741a75e2f67ed7e73ed3128233204eddbd1db6b /x11/gnomepanel | |
parent | 3356246c0e6b833e1342f4a3995a8e2bc6f18a93 (diff) | |
download | freebsd-ports-gnome-3e828a1409a7276ac875878367649805af8174a5.tar.gz freebsd-ports-gnome-3e828a1409a7276ac875878367649805af8174a5.tar.zst freebsd-ports-gnome-3e828a1409a7276ac875878367649805af8174a5.zip |
The glibc strftime padding options were MFC'd to 5-STABLE. Let's use them.
Diffstat (limited to 'x11/gnomepanel')
-rw-r--r-- | x11/gnomepanel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index a83b67a59fb0..d28b9bf69171 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -53,7 +53,8 @@ CONFIGURE_ARGS+=--enable-eds CONFIGURE_ARGS+=--disable-eds .endif -.if ${OSVERSION} < 600006 +.if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ + ( ${OSVERSION} < 503101 ) post-patch: .for po in da.po it.po zh_CN.po zh_TW.po @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} |