diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-06 15:06:02 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-06 15:06:02 +0000 |
commit | 4a4ee3322230896c7fe84e49861dcfca61fcc6e5 (patch) | |
tree | 44a25d84b7993fdb58690ac10602893c824373be /editors/poedit | |
parent | d6282f8daa88fea5ed598a895c03200f7d64dbe4 (diff) | |
download | ports-4a4ee3322230896c7fe84e49861dcfca61fcc6e5.tar.gz ports-4a4ee3322230896c7fe84e49861dcfca61fcc6e5.zip |
Notes
Diffstat (limited to 'editors/poedit')
-rw-r--r-- | editors/poedit/Makefile | 8 | ||||
-rw-r--r-- | editors/poedit/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 2a4245a5fbc1..815cff0b490b 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -7,7 +7,7 @@ # PORTNAME= poedit -PORTVERSION= 1.1.6 +PORTVERSION= 1.1.8 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,14 +20,14 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old \ wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel \ db3:${PORTSDIR}/databases/db3 \ - giconv:${PORTSDIR}/converters/libiconv + iconv:${PORTSDIR}/converters/libiconv PATCH_DIST_ARGS= -d ${PATCH_WRKSRC} -E ${PATCH_DIST_STRIP} -p1 USE_X_PREFIX= yes WANT_GNOME= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -liconv" +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" USE_GMAKE= yes MAN1= poedit.1 diff --git a/editors/poedit/distinfo b/editors/poedit/distinfo index 36dcb9b8a24d..7a39cd5ab6be 100644 --- a/editors/poedit/distinfo +++ b/editors/poedit/distinfo @@ -1 +1 @@ -MD5 (poedit-1.1.6.tar.gz) = 52f0361d04b35e99e2064f10f3586d04 +MD5 (poedit-1.1.8.tar.gz) = 71436c17916194cfb291f3097ffe7482 |