diff options
Diffstat (limited to 'devel/linux-c7-dbus-glib/Makefile')
-rw-r--r-- | devel/linux-c7-dbus-glib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/linux-c7-dbus-glib/Makefile b/devel/linux-c7-dbus-glib/Makefile index 9f78a0d6afa7..9e105f261fa4 100644 --- a/devel/linux-c7-dbus-glib/Makefile +++ b/devel/linux-c7-dbus-glib/Makefile @@ -11,13 +11,11 @@ COMMENT= GLib bindings for D-Bus (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr RPMVERSION= 7.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= dbuslibs expat USE_LINUX_RPM= yes -PORTDOCS= COPYING NEWS -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - .include <bsd.port.mk> |