diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-31 01:58:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-31 01:58:41 +0800 |
commit | 2bcd89b0eb2c681e5d2b68fab81e2e3ab9f6db50 (patch) | |
tree | af27c592b5506c41412cd415d8f637017ab17dbe /editors/openoffice-devel | |
parent | 8e053b00b377f5a6df10a3edb7c5775f705b4b8d (diff) | |
download | freebsd-ports-gnome-2bcd89b0eb2c681e5d2b68fab81e2e3ab9f6db50.tar.gz freebsd-ports-gnome-2bcd89b0eb2c681e5d2b68fab81e2e3ab9f6db50.tar.zst freebsd-ports-gnome-2bcd89b0eb2c681e5d2b68fab81e2e3ab9f6db50.zip |
- Add CPE information
PR: 199030
Submitted by: shun <shun.fbsd.pr@dropcut.net>
Diffstat (limited to 'editors/openoffice-devel')
-rw-r--r-- | editors/openoffice-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 6c19298a21c6..a1e4fee33f18 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -112,10 +112,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:${TARTYPE} 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 |