diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 13:51:47 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 13:51:47 +0000 |
commit | 318a5369821d1ba2650a4e69e5704cc5c8005f80 (patch) | |
tree | 9659071bd68c2b4ba413daf4ff08a9d97a6c480e /korean | |
parent | 10a7fbab572e96a3c7b449944567c3375b5bb069 (diff) | |
download | freebsd-ports-318a5369821d1ba2650a4e69e5704cc5c8005f80.zip |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
Diffstat (limited to 'korean')
-rw-r--r-- | korean/baekmukfonts-bdf/Makefile | 1 | ||||
-rw-r--r-- | korean/eterm/Makefile | 1 | ||||
-rw-r--r-- | korean/gtkcomm/Makefile | 1 | ||||
-rw-r--r-- | korean/hlatexp/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/korean/baekmukfonts-bdf/Makefile b/korean/baekmukfonts-bdf/Makefile index 8eaadbe2ce05..e1cec25ce853 100644 --- a/korean/baekmukfonts-bdf/Makefile +++ b/korean/baekmukfonts-bdf/Makefile @@ -46,6 +46,7 @@ CHARSETSUB= s/ksx1001.1997/ksc5601.1987/g FONTSDIR= lib/X11/fonts/local MAKE_ENV= FONTSDIR=${FONTSDIR} PLIST_SUB= FONTSDIR=${FONTSDIR} +USE_PERL= yes # manually install hinted fonts do-configure: diff --git a/korean/eterm/Makefile b/korean/eterm/Makefile index c892af303bcc..ba264e6fa0f8 100644 --- a/korean/eterm/Makefile +++ b/korean/eterm/Makefile @@ -21,6 +21,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= imlib USE_LIBTOOL= yes +USE_PERL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lxpg4" LOCALBASE="${LOCALBASE}" MAN1= Eterm.1 diff --git a/korean/gtkcomm/Makefile b/korean/gtkcomm/Makefile index 96eca663b7ba..46c13acdd5de 100644 --- a/korean/gtkcomm/Makefile +++ b/korean/gtkcomm/Makefile @@ -16,6 +16,7 @@ COMMENT= Serial controlling software, with gtk+ widget RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf USE_X_PREFIX= yes +USE_PERL= yes USE_GNOME= imlib GNU_CONFIGURE= yes diff --git a/korean/hlatexp/Makefile b/korean/hlatexp/Makefile index b0ddd8f8da00..ad597ec8179a 100644 --- a/korean/hlatexp/Makefile +++ b/korean/hlatexp/Makefile @@ -20,6 +20,7 @@ COMMENT= Hangul (Korean) LaTeX2e system RUN_DEPENDS= virtex:${PORTSDIR}/print/teTeX NO_BUILD= YES +USE_PERL= YES TEXMF= ${PREFIX}/share/texmf TEXMFCNF= ${TEXMF}/web2c/texmf.cnf |