diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-21 19:57:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-21 19:57:17 +0000 |
commit | 4f2be5dab7510f87883b92bf46c4dc7583c97df6 (patch) | |
tree | 1641fc32dc9d7139a4e3907691eca92079c94b4e /comms/openobex | |
parent | f3b0d98ca7344c949daf698ed1198eecb7412ce3 (diff) | |
download | ports-4f2be5dab7510f87883b92bf46c4dc7583c97df6.tar.gz ports-4f2be5dab7510f87883b92bf46c4dc7583c97df6.zip |
Notes
Diffstat (limited to 'comms/openobex')
-rw-r--r-- | comms/openobex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index fa6ea32cd9cb..cabab4aae9f9 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -21,5 +21,6 @@ USE_LIBTOOL_VER= 15 USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --program-transform-name="" .include <bsd.port.mk> |