diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-03-14 08:12:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-03-14 08:12:10 +0000 |
commit | b7df74656aada25d3c948d6148ac5454d41633bf (patch) | |
tree | c93403fdfaef96144b65aa6900c62e9ec31db317 /x11-themes/kdmtheme | |
parent | d2659766509e4a991807a77332175434fd566270 (diff) |
Notes
Diffstat (limited to 'x11-themes/kdmtheme')
-rw-r--r-- | x11-themes/kdmtheme/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11-themes/kdmtheme/Makefile b/x11-themes/kdmtheme/Makefile index b18cd20c2102..ef6836cc0529 100644 --- a/x11-themes/kdmtheme/Makefile +++ b/x11-themes/kdmtheme/Makefile @@ -11,7 +11,7 @@ CATEGORIES= x11-themes MASTER_SITES= http://beta.smileaf.org/files/kdmtheme/ \ ${MASTER_SITE_GENTOO:S/%SUBDIR%/distfiles/} -MAINTAINER= illusia@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= KDM Theme Manager USE_KDEBASE_VER=3 @@ -22,10 +22,4 @@ USE_GMAKE= yes post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not build on FreeBSD < 5.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |