diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-28 06:58:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-28 06:58:20 +0800 |
commit | 066b38e7c8154b92d326cb0be189276263748c87 (patch) | |
tree | 073492eeb20f42ddb1cf4be52eeb59f7aa392192 /textproc/scrollkeeper/Makefile | |
parent | 9ff0897b055949f6278d6281c31eeb21cc2bace7 (diff) | |
download | freebsd-ports-gnome-066b38e7c8154b92d326cb0be189276263748c87.tar.gz freebsd-ports-gnome-066b38e7c8154b92d326cb0be189276263748c87.tar.zst freebsd-ports-gnome-066b38e7c8154b92d326cb0be189276263748c87.zip |
Bump PORTREVISION to pick up -pthread from libxml2. As of libxml2-2.5.7,
thread support is enabled by default. This fixes undefined symbol errors
when running scrollkeeper apps.
Diffstat (limited to 'textproc/scrollkeeper/Makefile')
-rw-r--r-- | textproc/scrollkeeper/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index a5d608b3d7e8..02d29007d471 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -7,6 +7,7 @@ PORTNAME= scrollkeeper PORTVERSION= 0.3.12 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} |