6d9af8d68d
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
17 lines
377 B
Makefile
17 lines
377 B
Makefile
# $NetBSD: Makefile,v 1.4 2004/01/03 18:49:39 reed Exp $
|
|
#
|
|
|
|
.include "../lyx-qt/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/lyx-/lyx-xforms-/}
|
|
PKGREVISION= 3
|
|
|
|
COMMENT+= (xforms version)
|
|
|
|
CONFLICTS+= lyx-qt-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.xforms} \
|
|
--with-frontend=xforms
|
|
|
|
.include "../../x11/xforms/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|