diff options
Diffstat (limited to 'devel/linux-c6-dbus-glib/Makefile')
-rw-r--r-- | devel/linux-c6-dbus-glib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/linux-c6-dbus-glib/Makefile b/devel/linux-c6-dbus-glib/Makefile index 19e0cd766055..83658c56ecec 100644 --- a/devel/linux-c6-dbus-glib/Makefile +++ b/devel/linux-c6-dbus-glib/Makefile @@ -9,13 +9,11 @@ CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org COMMENT= GLib bindings for D-Bus (Linux CentOS ${LINUX_DIST_VER}) +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr RPMVERSION= 6.el6 USES= linux:c6 USE_LDCONFIG= yes USE_LINUX= dbuslibs expat USE_LINUX_RPM= yes -PORTDOCS= COPYING ChangeLog NEWS -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - .include <bsd.port.mk> |