diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-31 01:57:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-31 01:57:48 +0800 |
commit | 8e053b00b377f5a6df10a3edb7c5775f705b4b8d (patch) | |
tree | f691679eafa85583a1001fd27c19e20053fa85ae /editors | |
parent | 407d95325283478bba0e06fc175e7354e9ec48ab (diff) | |
download | freebsd-ports-gnome-8e053b00b377f5a6df10a3edb7c5775f705b4b8d.tar.gz freebsd-ports-gnome-8e053b00b377f5a6df10a3edb7c5775f705b4b8d.tar.zst freebsd-ports-gnome-8e053b00b377f5a6df10a3edb7c5775f705b4b8d.zip |
- Add CPE information
PR: 199029
Submitted by: shun <shun.fbsd.pr@dropcut.net>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index f4789130af19..fc3d881c133c 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -100,10 +100,12 @@ JAVA_VERSION= 1.6+ USE_PERL5= build USE_XORG= x11 ice xaw xau xext xrender xrandr \ xi xt xcursor xdamage xcomposite xfixes -USES= bison compiler desktop-file-utils gmake perl5 pkgconfig python \ +USES= bison compiler cpe desktop-file-utils gmake perl5 pkgconfig python \ tar:bzip2 WITHOUT_CPU_CFLAGS= true MAKE_JOBS_SAFE= yes +CPE_PRODUCT= ${PORTNAME:S|apache-||} +CPE_VENDOR= apache OPTIONS_DEFINE= CUPS GCONF GNOMEVFS CCACHE OPTIONS_DEFAULT= CUPS GCONF GNOMEVFS |