diff options
Diffstat (limited to 'misc/gucharmap/Makefile')
-rw-r--r-- | misc/gucharmap/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/misc/gucharmap/Makefile b/misc/gucharmap/Makefile index 2860b09bff38..9d644df3629b 100644 --- a/misc/gucharmap/Makefile +++ b/misc/gucharmap/Makefile @@ -6,13 +6,13 @@ # PORTNAME= gucharmap -PORTVERSION= 0.6.1 +PORTVERSION= 0.8.0 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 DIST_SUBDIR= gnome2 -MAINTAINER= marcus@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= A Unicode/ISO10646 character map and font viewer LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt @@ -37,8 +37,4 @@ PKGNAMESUFFIX= -gnome CONFIGURE_ARGS= --disable-gnome .endif -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.post.mk> |