diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 11:47:51 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 11:47:51 +0000 |
commit | 32721661bd086f75608e261375eb7e290f1f295b (patch) | |
tree | 3349aadfb186df7f647f430975b70abadc21ad5b | |
parent | 9de5f160f54d1dd2cfff54df4351551cb7e14c46 (diff) | |
download | ports-32721661bd086f75608e261375eb7e290f1f295b.tar.gz ports-32721661bd086f75608e261375eb7e290f1f295b.zip |
graphics/librsvg2: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/librsvg2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 24bea79839f7..6ebcf5119dfb 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -24,9 +24,10 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png \ libcroco-0.6.so:textproc/libcroco -USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz +USES= cpe gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz USE_GNOME= cairo gnomeprefix libgsf gdkpixbuf2 introspection:build \ libxml2 pango +CPE_VENDOR= gnome USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |