diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-03-16 09:03:41 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-03-16 09:03:41 +0000 |
commit | 0c2944136a82eb784d7266c7995b4de9ba9d8525 (patch) | |
tree | 9918f46c6e0fda773cb080107641dde23eba9d57 /devel/kdbg/Makefile | |
parent | d35c5faa4800e3923cfb4cdac3a2acefac593cb7 (diff) |
Notes
Diffstat (limited to 'devel/kdbg/Makefile')
-rw-r--r-- | devel/kdbg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile index b7874521d468..f6d717382d28 100644 --- a/devel/kdbg/Makefile +++ b/devel/kdbg/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kdbg -PORTVERSION= 2.0.5 -PORTREVISION= 2 +PORTVERSION= 2.1.0 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,6 +17,8 @@ COMMENT= A graphical user interface around gdb using KDE USE_KDELIBS_VER= 3 USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 +USE_GMAKE= yes +INSTALLS_ICONS= yes CONFIGURE_ARGS= --with-kde-version=3 .include <bsd.port.mk> |