diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-03-18 21:09:15 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-03-18 21:09:15 +0800 |
commit | ea038198bbb07377fded7ebd8ab4fba2c1393f23 (patch) | |
tree | 07425ab7e220da870e2093c65533c1bf552a1c5e /comms/openobex/Makefile | |
parent | 604d6d35620d75f236702bfc6442ed9d81e0ef10 (diff) | |
download | freebsd-ports-gnome-ea038198bbb07377fded7ebd8ab4fba2c1393f23.tar.gz freebsd-ports-gnome-ea038198bbb07377fded7ebd8ab4fba2c1393f23.tar.zst freebsd-ports-gnome-ea038198bbb07377fded7ebd8ab4fba2c1393f23.zip |
Use USES=pathfix instead of gnomehack
Diffstat (limited to 'comms/openobex/Makefile')
-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" |