diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-11 04:16:10 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-11 04:16:10 +0800 |
commit | bef7962df1a5f6fd0ddc0758d59ca9982c1f2809 (patch) | |
tree | ce4863690d4d44183cc5326d9095c8e94348ac64 /print/libgnomeprint/Makefile | |
parent | 18395ff36455496bf126ae979cfe25dd21638cbd (diff) | |
download | marcuscom-ports-bef7962df1a5f6fd0ddc0758d59ca9982c1f2809.tar marcuscom-ports-bef7962df1a5f6fd0ddc0758d59ca9982c1f2809.tar.gz marcuscom-ports-bef7962df1a5f6fd0ddc0758d59ca9982c1f2809.tar.bz2 marcuscom-ports-bef7962df1a5f6fd0ddc0758d59ca9982c1f2809.tar.lz marcuscom-ports-bef7962df1a5f6fd0ddc0758d59ca9982c1f2809.tar.xz marcuscom-ports-bef7962df1a5f6fd0ddc0758d59ca9982c1f2809.tar.zst marcuscom-ports-bef7962df1a5f6fd0ddc0758d59ca9982c1f2809.zip |
Update to 2.1.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@254 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/libgnomeprint/Makefile')
-rw-r--r-- | print/libgnomeprint/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index a134dc8ea..17a6d1ce1 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgnomeprint -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1 @@ -30,6 +30,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +PLIST_SUB= VERSION=${PORTVERSION} + post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |