diff options
author | robak <robak@FreeBSD.org> | 2015-04-14 09:32:46 +0000 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-04-14 09:32:46 +0000 |
commit | 2d3994d62118b81d890359cf8d01c34eccf04cee (patch) | |
tree | 3e167bdf535b88933967394c56d6867409b56785 | |
parent | d84cd23984aef54f6ea56587dc6cf068160928f2 (diff) | |
download | FreeBSD-ports-2d3994d62118b81d890359cf8d01c34eccf04cee.zip FreeBSD-ports-2d3994d62118b81d890359cf8d01c34eccf04cee.tar.gz |
print/gv: add CPE information
- Maintainer's timeout (bf@FreeBSD.org)
PR: 198637
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
-rw-r--r-- | print/gv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index f072c35..a29403b 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d USE_XORG= xpm ice sm xext xmu x11 USE_GHOSTSCRIPT= yes -USES= iconv gmake perl5 shebangfix +USES= cpe iconv gmake perl5 shebangfix USE_PERL5= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -25,6 +25,7 @@ CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/X11 \ SHEBANG_FILES= ${WRKSRC}/src/gv-update-userconfig.in INFO= gv +CPE_VENDOR= gnu PLIST_FILES= bin/gv \ bin/gv-update-userconfig \ %%DATADIR%%/gv_system.ad \ |