diff options
author | arved <arved@FreeBSD.org> | 2003-06-23 03:17:31 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-06-23 03:17:31 +0800 |
commit | 945650e0933d47fde4007351431bbed425660bba (patch) | |
tree | 4ee003ff7ed05f40faa887978d8e05fb6dee20e9 /print/scribus/Makefile | |
parent | 0f5020894a651d8f07e817c784eb22cb82c194c2 (diff) | |
download | freebsd-ports-gnome-945650e0933d47fde4007351431bbed425660bba.tar.gz freebsd-ports-gnome-945650e0933d47fde4007351431bbed425660bba.tar.zst freebsd-ports-gnome-945650e0933d47fde4007351431bbed425660bba.zip |
Update to 0.9.11
PR: 53391
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'print/scribus/Makefile')
-rw-r--r-- | print/scribus/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 41bfba4dcc3f..21b29aad5b83 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -7,11 +7,10 @@ # PORTNAME= scribus -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.11 CATEGORIES= print editors MASTER_SITES= http://web2.altmuehlnet.de/fschmid/ \ http://scribus.planetmirror.com/ -DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A comprehensive desktop publishing program @@ -28,6 +27,8 @@ INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/scribus/libs \ %%PREFIX%%/lib/scribus/plugins +QTCFGLIBS+= -lm + post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure |