diff options
author | garga <garga@FreeBSD.org> | 2005-11-12 00:21:04 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-11-12 00:21:04 +0800 |
commit | f750a5f7d6b21105ee7501e53b6b88da3bc7d567 (patch) | |
tree | 100878307863db9657f82738c2051a8ebf1226c0 /x11-themes/kde4-windeco-crystal/Makefile | |
parent | a2d0a51e4e7c53775f513677fc7fb3a9368da187 (diff) | |
download | freebsd-ports-gnome-f750a5f7d6b21105ee7501e53b6b88da3bc7d567.tar.gz freebsd-ports-gnome-f750a5f7d6b21105ee7501e53b6b88da3bc7d567.tar.zst freebsd-ports-gnome-f750a5f7d6b21105ee7501e53b6b88da3bc7d567.zip |
- Update to 0.9.5
- Unbreak
- Add SHA256
PR: 88761
Submitted by: maintainer
Diffstat (limited to 'x11-themes/kde4-windeco-crystal/Makefile')
-rw-r--r-- | x11-themes/kde4-windeco-crystal/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-themes/kde4-windeco-crystal/Makefile b/x11-themes/kde4-windeco-crystal/Makefile index f154e248dd7f..4b74e836b154 100644 --- a/x11-themes/kde4-windeco-crystal/Makefile +++ b/x11-themes/kde4-windeco-crystal/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: crystal -# Date created: March 15th, 2005 -# Whom: decept +# Date created: 15th March, 2005 +# Whom: decept # # $FreeBSD$ # PORTNAME= crystal -PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTVERSION= 0.9.5 CATEGORIES= x11-themes kde MASTER_SITES= http://www.saschahlusiak.de/linux/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -15,13 +14,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= decept0@gmail.com COMMENT= Transparent KDE window decoration -BROKEN= Unfetchable - USE_BZIP2= yes USE_GMAKE= yes USE_KDEBASE_VER=3 -USE_REINPLACE= yes -INSTALLS_SHLIB= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |