diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-05-10 21:19:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-05-10 21:19:08 +0000 |
commit | 48e62d9a379cd45a15f6ae89d564f81b3c13d16e (patch) | |
tree | b627baa77f19bb1eab2fa4dee08aab1908131cd0 /deskutils/osmo/Makefile | |
parent | fbdf96410f8e803568c33397323dd9d8d3af995f (diff) | |
download | ports-48e62d9a379cd45a15f6ae89d564f81b3c13d16e.tar.gz ports-48e62d9a379cd45a15f6ae89d564f81b3c13d16e.zip |
Notes
Diffstat (limited to 'deskutils/osmo/Makefile')
-rw-r--r-- | deskutils/osmo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/osmo/Makefile b/deskutils/osmo/Makefile index 23eee381b7bf..864c86039a5f 100644 --- a/deskutils/osmo/Makefile +++ b/deskutils/osmo/Makefile @@ -35,6 +35,10 @@ POFILES= ca cs de el es fi fr hu it ja lt nl pl pt \ MSGFMT= ${LOCALBASE}/bin/msgfmt +post-patch: + @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/src/Makefile.in + pre-install: # workaround to problem in po makefile .for p in ${POFILES} |