diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-08 10:51:34 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-08 10:51:34 +0000 |
commit | 7887c684adab042fed1bfcba2e91589ecd17c4a8 (patch) | |
tree | 961839899dce7f75292a08c079f548973bdbd40d /deskutils/xpad-current | |
parent | 85544f2c01be814e0af1ebee1076012e7ed60bb0 (diff) |
Notes
Diffstat (limited to 'deskutils/xpad-current')
-rw-r--r-- | deskutils/xpad-current/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/xpad-current/Makefile b/deskutils/xpad-current/Makefile index f11b8c0042cc..5d6f2999773e 100644 --- a/deskutils/xpad-current/Makefile +++ b/deskutils/xpad-current/Makefile @@ -30,4 +30,8 @@ USE_GETTEXT= yes MAN1= xpad.1 +post-patch: + @${REINPLACE_CMD} -e 's|glib/glist.h|glib.h|g' \ + ${WRKSRC}/src/xpad-undo.c + .include <bsd.port.mk> |