diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:21:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:21:37 +0000 |
commit | cf104c570b6057a060aff137032968074d18b40d (patch) | |
tree | 31792f4e524fa4befbbeca4225fc96908b09c2da /deskutils/osmo | |
parent | 36117d709704f772dbc3d305cda6923741791598 (diff) | |
download | ports-cf104c570b6057a060aff137032968074d18b40d.tar.gz ports-cf104c570b6057a060aff137032968074d18b40d.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils)
Notes
Notes:
svn path=/head/; revision=327718
Diffstat (limited to 'deskutils/osmo')
-rw-r--r-- | deskutils/osmo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/osmo/Makefile b/deskutils/osmo/Makefile index f12f037ffd03..6fe425a59472 100644 --- a/deskutils/osmo/Makefile +++ b/deskutils/osmo/Makefile @@ -32,6 +32,7 @@ POFILES= bg ca cs da de el en_GB es fi fr hu it ja lt nl pl pt \ MSGFMT= ${LOCALBASE}/bin/msgfmt +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \ ${WRKSRC}/src/Makefile.in |