aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-02-07 21:29:00 +0800
committereadler <eadler@FreeBSD.org>2012-02-07 21:29:00 +0800
commitd7b4af38e646a9dbd984bc2c01ecd1085eb77342 (patch)
treeb455ad0fefe7215ab112f9e36cf1721f1b8261bd /print
parent7a528e435bc821be276150b55b8c35e7e431786d (diff)
downloadfreebsd-ports-gnome-d7b4af38e646a9dbd984bc2c01ecd1085eb77342.tar.gz
freebsd-ports-gnome-d7b4af38e646a9dbd984bc2c01ecd1085eb77342.tar.zst
freebsd-ports-gnome-d7b4af38e646a9dbd984bc2c01ecd1085eb77342.zip
The variable is USE_PERL5 not USE_PERL
Submitted by: Alex Kozlov Reviewed by: perl (swills) Approved by: portmgr (pav)
Diffstat (limited to 'print')
-rw-r--r--print/lyx/Makefile2
-rw-r--r--print/lyx16/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index 558a814a84ca..9424b33c4805 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/Makefile
@@ -34,7 +34,7 @@ USE_QT_VER= 4
QT_COMPONENTS= corelib gui moc_build uic_build rcc_build
USE_GNOME= desktopfileutils
USE_PYTHON= yes
-USE_PERL= yes
+USE_PERL5= yes
GNU_CONFIGURE= yes
CPPFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile
index c093add8e3a3..b8f54dc7a834 100644
--- a/print/lyx16/Makefile
+++ b/print/lyx16/Makefile
@@ -33,7 +33,7 @@ USE_GMAKE= yes
USE_QT_VER= 4
QT_COMPONENTS= gui moc_build uic_build rcc_build
USE_PYTHON= yes
-USE_PERL= yes
+USE_PERL5= yes
GNU_CONFIGURE= yes
CPPFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}