diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-07 07:07:50 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-07 07:07:50 +0000 |
commit | df3103af79a37bf2a5c7b79152672b9498078bab (patch) | |
tree | 2258eb0879d678413c1fa0eb07ffec6cde63455a | |
parent | 5f141bd11365b1ec344015a723f9d86a6633502e (diff) | |
download | FreeBSD-ports-df3103af79a37bf2a5c7b79152672b9498078bab.zip FreeBSD-ports-df3103af79a37bf2a5c7b79152672b9498078bab.tar.gz |
- Add CPE info
Approved by: portmgr blanket
-rw-r--r-- | x11-toolkits/vte/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index dfac610..57b4224 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= ignore:1 RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper -USES+= gettext gmake libtool pathfix pkgconfig +USES+= cpe gettext gmake libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME?= gnomeprefix gtk20 introspection:build referencehack @@ -35,6 +35,8 @@ CONFIGURE_ARGS?=--disable-python \ --enable-introspection \ --disable-gnome-pty-helper +CPE_VENDOR= nalin_dahyabhai + .include <bsd.port.options.mk> .if ${OSVERSION} < 900007 |