diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-12 13:44:26 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-12 13:44:26 +0800 |
commit | 89925a7c90f02e6611d2c6c982f1f46a4d50dde6 (patch) | |
tree | 472891d597dd765737f28e60f230b77e1202d319 /editors | |
parent | a7b202a395aeec4da5dede91b0d2517ef4ed7576 (diff) | |
download | freebsd-ports-gnome-89925a7c90f02e6611d2c6c982f1f46a4d50dde6.tar.gz freebsd-ports-gnome-89925a7c90f02e6611d2c6c982f1f46a4d50dde6.tar.zst freebsd-ports-gnome-89925a7c90f02e6611d2c6c982f1f46a4d50dde6.zip |
Add missing \
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 5374e4179869..8cd736af528a 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -92,7 +92,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${LOVERSION} CONFIGURE_ENV= DMAKE=${LOCALBASE}/bin/dmake \ GNUTAR=${TAR} \ GPERF=${LOCALBASE}/bin/gperf \ - FLEX=${LOCALBASE}/bin/flex + FLEX=${LOCALBASE}/bin/flex \ PYTHON_CFLAGS="`${PYTHON_VERSION}-config --cflags`" \ PYTHON_LIBS="`${PYTHON_VERSION}-config --libs`" \ TMPDIR=${WRKDIR} \ |