diff options
author | ade <ade@FreeBSD.org> | 2006-02-26 10:06:46 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-26 10:06:46 +0800 |
commit | 0319687e1a42970acf88e8fab5a9fb4d2a8f527c (patch) | |
tree | d0c0b2bb6ed75c8d46d19d938096dba626923d85 /x11-themes/kdmtheme/Makefile | |
parent | f43721aa34024ec52856b50a06c2a4f9463ffbbc (diff) | |
download | freebsd-ports-gnome-0319687e1a42970acf88e8fab5a9fb4d2a8f527c.tar.gz freebsd-ports-gnome-0319687e1a42970acf88e8fab5a9fb4d2a8f527c.tar.zst freebsd-ports-gnome-0319687e1a42970acf88e8fab5a9fb4d2a8f527c.zip |
Post libtool-conversion fixups
Submitted by: pointyhat
Approved by: portmgr (implicit)
Diffstat (limited to 'x11-themes/kdmtheme/Makefile')
-rw-r--r-- | x11-themes/kdmtheme/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/kdmtheme/Makefile b/x11-themes/kdmtheme/Makefile index ae9c903b2511..6570c6538f6d 100644 --- a/x11-themes/kdmtheme/Makefile +++ b/x11-themes/kdmtheme/Makefile @@ -7,7 +7,7 @@ PORTNAME= kdmtheme PORTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= http://smileaf.org/files/ DISTNAME= kdmtheme-${PORTVERSION} @@ -18,9 +18,8 @@ COMMENT= KDM Theme Manager EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure USE_KDEBASE_VER=3 - USE_BZIP2= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes post-install: |