diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2006-10-24 01:09:56 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2006-10-24 01:09:56 +0000 |
commit | 46e9cea6fe5f3c79f97185772f3ddf07cd838fd3 (patch) | |
tree | 1ec19238425f13ac2f1abd7cf639b5e8fc36ea40 /x11/kdelibs3 | |
parent | - Fix display of RAW images (diff) |
Let slaveports override PORTREVISION
Approved by: portmgr (marcus)
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index ecafb51987c7..e005048593a6 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE_VERSION} -PORTREVISION= 4 +PORTREVISION?= 4 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src |