diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 14:27:19 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 14:27:19 +0000 |
commit | b9cacc8db2a2e5366b1bb14a75400fcbed0ad073 (patch) | |
tree | 6f0cd9c190a594f8ddddae4ec11d7c019745620a /textproc | |
parent | 20e996fc98d65ab746c9a3efac4b4f00757e3dfa (diff) |
textproc/artha: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/artha/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/artha/Makefile b/textproc/artha/Makefile index 8766dc20707c..29310dd5a29e 100644 --- a/textproc/artha/Makefile +++ b/textproc/artha/Makefile @@ -16,7 +16,8 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool -USES= gmake gnome libtool pkgconfig +USES= cpe gmake gnome libtool pkgconfig +CPE_VENDOR= ${PORTNAME}_project CONFIGURE_ARGS= --enable-static=no --x-includes=${LOCALBASE}/include \ --x-libraries=${LOCALBASE}/lib |