diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-03-18 13:09:15 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-03-18 13:09:15 +0000 |
commit | 29621a2d5764a1160d1f60e7602a57bfca559f10 (patch) | |
tree | 07425ab7e220da870e2093c65533c1bf552a1c5e /comms | |
parent | 0be5237230464c7dc51f0b123ef6d564e34ddd44 (diff) | |
download | ports-29621a2d5764a1160d1f60e7602a57bfca559f10.tar.gz ports-29621a2d5764a1160d1f60e7602a57bfca559f10.zip |
Notes
Diffstat (limited to 'comms')
-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 d87ed18806e0..e53ce5aed395 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -12,7 +12,7 @@ COMMENT= Open source implementation of the OBEX protocol USE_CMAKE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack +USES= pathfix MAKE_JOBS_SAFE= yes USE_DOS2UNIX= CMakeLists.txt CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR:STRING="${PREFIX}/libdata/pkgconfig" |