diff options
author | arved <arved@FreeBSD.org> | 2003-11-07 05:55:29 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-11-07 05:55:29 +0800 |
commit | bda7de7ac65e9daae56f10ac7093d3639ae79f4c (patch) | |
tree | d43373e03fe0acc02e3f8e1abd9a12007cfe1a2a /print/lyx15/Makefile | |
parent | b2f489e1238d0a83adb2ef4f548669e79840eafc (diff) | |
download | freebsd-ports-gnome-bda7de7ac65e9daae56f10ac7093d3639ae79f4c.tar.gz freebsd-ports-gnome-bda7de7ac65e9daae56f10ac7093d3639ae79f4c.tar.zst freebsd-ports-gnome-bda7de7ac65e9daae56f10ac7093d3639ae79f4c.zip |
Update to 1.3.3
PR: 57705
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Approved by: Miguel Mendez <flynn@energyhq.es.eu.org>
Diffstat (limited to 'print/lyx15/Makefile')
-rw-r--r-- | print/lyx15/Makefile | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index 82f52bac1341..3d6f2408e7e3 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lyx -PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTVERSION= 1.3.3 CATEGORIES= print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ ftp://ftp.sdsc.edu/pub/other/lyx/stable/ \ @@ -26,8 +25,7 @@ USE_BZIP2= yes USE_PERL5= yes USE_PYTHON= yes USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_REINPLACE= yes +USE_LIBTOOL_VER= 14 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \ --with-extra-inc="${LOCALBASE}/include" @@ -38,6 +36,8 @@ MAN1= lyx.1 reLyX.1 .if defined(WITH_QT) USE_QT_VER= 3 CONFIGURE_ARGS+= --with-frontend=qt +QTCPPFLAGS+= ${PTHREAD_CFLAGS} +QTCFGLIBS+= ${PTHREAD_LIBS} .else LIB_DEPENDS+= forms.1:${PORTSDIR}/x11-toolkits/xforms USE_XPM= yes @@ -57,12 +57,7 @@ RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .include <bsd.port.pre.mk> .if ${OSVERSION} < 500035 -CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -Wno-non-template-friend -ftemplate-depth-30" -.if defined(WITH_QT) -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" \ - CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ - CXXFLAGS="${CXXFLAGS} ${PTHREAD_CFLAGS} -Wno-non-template-friend -ftemplate-depth-30" -.endif +CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30 .endif pre-everything:: @@ -87,9 +82,4 @@ pre-everything:: @${ECHO_MSG} .endif -post-patch: - @${REINPLACE_CMD} -E -e \ - 's|CFLAGS=$$|#CFLAGS=|' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - .include <bsd.port.post.mk> |