diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 19:35:39 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 19:35:39 +0000 |
commit | f05331dd01d16635820e31297dd4bb8e99948ed6 (patch) | |
tree | c0330636db241d8ea13a32a97f3e4bd1540d5bcf /comms/openobex | |
parent | audio/flac123: Add CPE information (diff) |
comms/openobex: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'comms/openobex')
-rw-r--r-- | comms/openobex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index cbb698b4a1e1..e1aa2d783093 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -8,7 +8,7 @@ MAINTAINER= madpilot@FreeBSD.org COMMENT= Open source implementation of the OBEX protocol USE_LDCONFIG= yes -USES= cmake:insource dos2unix +USES= cmake:insource cpe dos2unix DOS2UNIX_FILES= CMakeLists.txt CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR:STRING="${PREFIX}/libdata/pkgconfig" |