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 | - Fix lib/gio/modules/giomodule.cache being seen as a leftover (diff) |
Use USES=pathfix instead of gnomehack
Notes
Notes:
svn path=/head/; revision=314563
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" |