diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-27 15:04:09 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-27 15:04:09 +0000 |
commit | b3e78110f012d79e1dfecfb31256f3439f9bfef4 (patch) | |
tree | 57fdfd7445be668c906a027ced19223ae6290240 /print/scribus-devel | |
parent | 2321f5139fb11064d5f2622e408cdb466298b5cc (diff) | |
download | ports-b3e78110f012d79e1dfecfb31256f3439f9bfef4.tar.gz ports-b3e78110f012d79e1dfecfb31256f3439f9bfef4.zip |
Notes
Diffstat (limited to 'print/scribus-devel')
-rw-r--r-- | print/scribus-devel/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index 0fa3b9779611..8d79fc6f4af2 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= scribus PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= print editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.scribus.org.uk/downloads/${PORTVERSION}/ @@ -51,10 +52,11 @@ pre-everything:: post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g; \ - s|-O2 ||g ; \ - s|="-lc"|=""|g ; \ - s|2\.3|${PYTHON_VERSION:S/^python//}|g ; \ - s|python2_3|${PYTHON_VERSION:S/./_/}|g' ${WRKSRC}/configure + s|-O2 ||g ; \ + s|="-lc"|=""|g ; \ + s|python2\.3|python${PYTHON_VERSION:S/^python//}|g ; \ + s|Python 2\.3|Python ${PYTHON_VERSION:S/^python//}|g ; \ + s|python2_3|${PYTHON_VERSION:S/./_/}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/\/share\/pixmaps\//s|^|#|g' \ ${WRKSRC}/scribus/icons/Makefile.in |