diff options
Diffstat (limited to 'deskutils/ksmoothdock/Makefile')
-rw-r--r-- | deskutils/ksmoothdock/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/ksmoothdock/Makefile b/deskutils/ksmoothdock/Makefile index 7302efeff46e..08a81c5dd069 100644 --- a/deskutils/ksmoothdock/Makefile +++ b/deskutils/ksmoothdock/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ksmoothdock -PORTVERSION= 3.5.1 -PORTREVISION= 1 +PORTVERSION= 3.6.1 CATEGORIES= deskutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,4 +18,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_KDELIBS_VER=3 +WRKSRC= ${WRKDIR}/${PORTNAME} + .include <bsd.port.mk> |