diff options
author | antoine <antoine@FreeBSD.org> | 2015-04-04 16:20:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-04-04 16:20:17 +0800 |
commit | 3702f2b0b12cabed9eb4f207b4ed417b05fd0bdc (patch) | |
tree | 18f2ca67b69bb28784ca693bed9fca5b144bb28a /graphics | |
parent | 35fc26a6d718dd268b4f8a4227323548241082c2 (diff) | |
download | freebsd-ports-gnome-3702f2b0b12cabed9eb4f207b4ed417b05fd0bdc.tar.gz freebsd-ports-gnome-3702f2b0b12cabed9eb4f207b4ed417b05fd0bdc.tar.zst freebsd-ports-gnome-3702f2b0b12cabed9eb4f207b4ed417b05fd0bdc.zip |
Revert broken conversion to USES=metaport
With hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kipi-plugins-kde4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile index 74f8c1dbc8ff..5233d07c6cec 100644 --- a/graphics/kipi-plugins-kde4/Makefile +++ b/graphics/kipi-plugins-kde4/Makefile @@ -4,11 +4,14 @@ PORTNAME= kipi-plugins PORTVERSION= ${DIGIKAM_VER} PORTEPOCH= 1 CATEGORIES= graphics kde +DISTFILES= # MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 kipi graphics plugins (meta port) -USES= metaport +NO_BUILD= yes +NO_INSTALL= yes +NO_MTREE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" |