aboutsummaryrefslogtreecommitdiff
path: root/graphics/sodipodi/Makefile
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2003-12-04 07:11:53 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2003-12-04 07:11:53 +0000
commit3ed8c29cfca93666aa8cdd5cfb11c939216566f0 (patch)
tree340443a20821149d93b36e444c925beb31e2df15 /graphics/sodipodi/Makefile
parentaa1d2a016e1a9cf6b0d5aee0573af4c1e1b1b841 (diff)
downloadports-3ed8c29cfca93666aa8cdd5cfb11c939216566f0.tar.gz
ports-3ed8c29cfca93666aa8cdd5cfb11c939216566f0.zip
Update to 0.33
Notes
Notes: svn path=/head/; revision=94887
Diffstat (limited to 'graphics/sodipodi/Makefile')
-rw-r--r--graphics/sodipodi/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile
index f78bec370c48..abcf7032c3e8 100644
--- a/graphics/sodipodi/Makefile
+++ b/graphics/sodipodi/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sodipodi
-PORTVERSION= 0.32
-PORTREVISION= 1
+PORTVERSION= 0.33
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -31,6 +30,9 @@ MAN1= sodipodi.1
post-patch:
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' \
- ${WRKSRC}/src/helper/action.c
+ ${WRKSRC}/src/helper/action.c \
+ ${WRKSRC}/src/libarikkei/arikkei-dict.c \
+ ${WRKSRC}/src/libarikkei/arikkei-token.c \
+ ${WRKSRC}/src/libarikkei/arikkei-strlib.c
.include <bsd.port.mk>