diff options
author | az <az@FreeBSD.org> | 2013-07-31 19:56:17 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-31 19:56:17 +0800 |
commit | bdf441a301bf87d593e86acea1f474e6232479c1 (patch) | |
tree | 44a97c66747f24c5fab92020a97ab60bb4e93db7 /korean/gtkcomm | |
parent | fc92a75e275451c4dc21ae4719d43e87ecca2d85 (diff) | |
download | freebsd-ports-gnome-bdf441a301bf87d593e86acea1f474e6232479c1.tar.gz freebsd-ports-gnome-bdf441a301bf87d593e86acea1f474e6232479c1.tar.zst freebsd-ports-gnome-bdf441a301bf87d593e86acea1f474e6232479c1.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'korean/gtkcomm')
-rw-r--r-- | korean/gtkcomm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/korean/gtkcomm/Makefile b/korean/gtkcomm/Makefile index 82ed99cacc61..d10a4d13ecd2 100644 --- a/korean/gtkcomm/Makefile +++ b/korean/gtkcomm/Makefile @@ -14,7 +14,8 @@ LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build USE_GNOME= glib20 gtk20 GNU_CONFIGURE= yes |