diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-22 08:59:48 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-22 08:59:48 +0000 |
commit | 5cf126de5432cab8d7a75802c2ac255bbb5b0f82 (patch) | |
tree | ad481bd25c91f5506254ff4a2de4d3dc400c54b0 /misc/kbfx/Makefile | |
parent | 718f518715a36403418ec396e111864843e4584d (diff) |
Notes
Diffstat (limited to 'misc/kbfx/Makefile')
-rw-r--r-- | misc/kbfx/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/misc/kbfx/Makefile b/misc/kbfx/Makefile index eaac7746d362..926d28281cf8 100644 --- a/misc/kbfx/Makefile +++ b/misc/kbfx/Makefile @@ -6,21 +6,22 @@ # PORTNAME= kbfx -PORTVERSION= 0.4.9.2.r1 +PORTVERSION= 0.4.9.2.r4 CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=kbfx -DISTNAME= ${PORTNAME}-0.4.9.2rc1 +DISTNAME= ${PORTNAME}-0.4.9.2rc4 MAINTAINER= makc@issp.ac.ru COMMENT= A new K-menu for KDE -USE_QT_VER= 3 +USE_BZIP2= yes +USE_GMAKE= yes +USE_GETTEXT= yes +USE_AUTOTOOLS= libtool:15 USE_KDELIBS_VER=3 GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes INSTALLS_ICONS= yes -INSTALLS_SHLIB= yes .include <bsd.port.mk> |