diff options
author | rafan <rafan@FreeBSD.org> | 2006-11-22 16:59:48 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-11-22 16:59:48 +0800 |
commit | 2a51d05d848590eb6bb2d41b9c8f35116fb9de73 (patch) | |
tree | 7b0d778fa30c1079e63a629e72a2d8af7a64ce4c /misc/kbfx/Makefile | |
parent | 123fa5e554d22256e56bd3deee8718d816c5dc53 (diff) | |
download | freebsd-ports-gnome-2a51d05d848590eb6bb2d41b9c8f35116fb9de73.tar.gz freebsd-ports-gnome-2a51d05d848590eb6bb2d41b9c8f35116fb9de73.tar.zst freebsd-ports-gnome-2a51d05d848590eb6bb2d41b9c8f35116fb9de73.zip |
- Update to 0.4.9.2.r4
- Remove leftover INSTALLS_SHLIB
PR: ports/105655
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> (maintainer)
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> |