diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /editors/morla | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) | |
download | ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip |
Notes
Diffstat (limited to 'editors/morla')
-rw-r--r-- | editors/morla/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 41bbc3e5e07f..c38b8fcdd54b 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -7,7 +7,6 @@ PORTNAME= morla PORTVERSION= 0.13 -#PORTREVISION= 0 CATEGORIES= editors textproc MASTER_SITES= http://www.morlardf.net/src/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ @@ -37,4 +36,8 @@ DESKTOP_ENTRIES="morla" \ "Application;WebDevelopment;" \ true +post-patch: + @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/configure + .include <bsd.port.mk> |