diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 08:15:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 08:15:41 +0000 |
commit | d6908e9cb15fa8933765f874067d539f27ce0c1d (patch) | |
tree | af86ab3d72d9e9f6d9b0c530d4f6c6f8cf680ad5 /print/lyx | |
parent | - convert to the new perl5 framework (diff) |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327334
Diffstat (limited to 'print/lyx')
-rw-r--r-- | print/lyx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index ebeac82c0563..5435a5ed6c56 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -23,12 +23,11 @@ CONFLICTS= lyx-1.[0-9]* MAJOR_VERSION= 2.0 MINOR_VERSION= 6 -USES= gmake iconv pkgconfig +USES= gmake iconv pkgconfig perl5 USE_XZ= yes USE_QT4= corelib gui moc_build uic_build rcc_build USE_GNOME= desktopfileutils USE_PYTHON= -2.7 -USE_PERL5= yes GNU_CONFIGURE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} |