diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-13 20:12:15 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-13 20:12:15 +0000 |
commit | 0083804533ca47e8481e5b40de38c7d76c789b91 (patch) | |
tree | 89a797089d768e8e3a5e3c4f7b2844f20b954e95 /graphics/kdegraphics3/Makefile | |
parent | 43a4caccc368c4db18380ce4259b24984ae96247 (diff) |
Update to KDE 3.3.2
Notes
Notes:
svn path=/head/; revision=123951
Diffstat (limited to 'graphics/kdegraphics3/Makefile')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index 2154d034a115..fb73894deb5b 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -10,7 +10,7 @@ PORTNAME= kdegraphics PORTVERSION= ${KDE_VERSION} CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= security_patches DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -34,6 +34,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes WANT_GNOME= yes USE_GHOSTSCRIPT=yes +_NO_KDE_CLOSURE=yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 |