diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /sysutils/kcube/Makefile | |
parent | Unbreak: make it fetchable again (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'sysutils/kcube/Makefile')
-rw-r--r-- | sysutils/kcube/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/kcube/Makefile b/sysutils/kcube/Makefile index 04ba28094a0f..df161339a2b7 100644 --- a/sysutils/kcube/Makefile +++ b/sysutils/kcube/Makefile @@ -7,7 +7,7 @@ PORTNAME= kcube PORTVERSION= 0.61 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils kde MASTER_SITES= http://www.tuxed.de/kcube/download/ @@ -15,10 +15,9 @@ MAINTAINER= mranner@inode.at COMMENT= Another cpu load kicker applet for KDE USE_KDELIBS_VER=3 -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:13:inc INSTALLS_SHLIB= yes post-patch: |